Added migration for campaigns
This commit is contained in:
parent
e85c707973
commit
189638364c
7 changed files with 177 additions and 6 deletions
|
@ -1532,6 +1532,10 @@ const versafix = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|||
'</body>\n' +
|
||||
'</html>\n';
|
||||
|
||||
function getVersafix() {
|
||||
return versafix;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
versafix
|
||||
getVersafix
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue