Fixed search documents to coalesce empty parent entities.
This commit is contained in:
@@ -97,6 +97,9 @@ exports.up = knex => Promise.resolve()
|
||||
table.integer('priority', 2)
|
||||
.defaultTo(0);
|
||||
|
||||
table.boolean('filter')
|
||||
.defaultTo(false);
|
||||
|
||||
table.boolean('secondary')
|
||||
.defaultTo(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user