forked from DebaucheryLibrarian/traxxx
Added stash menu to release page, returning stashes from stash API to avoid reloading or local interpolation.
This commit is contained in:
@@ -1067,9 +1067,9 @@ exports.up = knex => Promise.resolve()
|
||||
.notNullable()
|
||||
.defaultTo(false);
|
||||
|
||||
table.boolean('deletable')
|
||||
table.boolean('primary')
|
||||
.notNullable()
|
||||
.defaultTo(true);
|
||||
.defaultTo(false);
|
||||
|
||||
table.datetime('created_at')
|
||||
.notNullable()
|
||||
|
||||
Reference in New Issue
Block a user