Added migration for campaigns

This commit is contained in:
Tomas Bures 2018-07-22 00:01:28 +05:30
parent e85c707973
commit 189638364c
7 changed files with 177 additions and 6 deletions

View file

@ -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
};