Merge pull request #534 from priethor/development

Support for string based segment rules....
This commit is contained in:
Tomas Bures 2019-02-17 09:08:09 +01:00 committed by GitHub
commit 90f289989b
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;