Added delete stash icons and dialog.
This commit is contained in:
@@ -1067,6 +1067,10 @@ exports.up = knex => Promise.resolve()
|
||||
.notNullable()
|
||||
.defaultTo(false);
|
||||
|
||||
table.boolean('deletable')
|
||||
.notNullable()
|
||||
.defaultTo(true);
|
||||
|
||||
table.datetime('created_at')
|
||||
.notNullable()
|
||||
.defaultTo(knex.fn.now());
|
||||
|
||||
Reference in New Issue
Block a user