Fixes.
Added support for help text in custom fields. Reimplemented the mechanism how campaign_messages are created.
This commit is contained in:
parent
025600e818
commit
4e4b77ca84
19 changed files with 223 additions and 200 deletions
|
@ -12,7 +12,7 @@ const pathlib = require('path');
|
|||
const Handlebars = require('handlebars');
|
||||
const bluebird = require('bluebird');
|
||||
|
||||
const highestLegacySchemaVersion = 33;
|
||||
const highestLegacySchemaVersion = 34;
|
||||
|
||||
const mysqlConfig = {
|
||||
multipleStatements: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue