Fixed seed files for stand-alone channel entities.
This commit is contained in:
@@ -174,10 +174,12 @@ exports.up = knex => Promise.resolve()
|
||||
table.text('description');
|
||||
table.json('parameters');
|
||||
|
||||
table.boolean('active');
|
||||
table.integer('priority', 3)
|
||||
.defaultTo(0);
|
||||
|
||||
table.boolean('has_logo')
|
||||
.defaultTo(true);
|
||||
|
||||
table.datetime('created_at')
|
||||
.defaultTo(knex.fn.now());
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user