Support for string based segment rules....

...such as email fields.
This commit is contained in:
Héctor 2019-02-17 00:49:12 +01:00 committed by GitHub
parent e0bee9ed42
commit d1a1398828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -526,6 +526,7 @@ async function migrateSegments(knex) {
switch (fieldType) {
case 'text':
case 'string':
case 'website':
rules.push({ column: oldRule.column, value: oldSettings.value });
break;