forked from DebaucheryLibrarian/traxxx
Added support for Family Strokes.
This commit is contained in:
@@ -159,6 +159,9 @@ exports.up = knex => Promise.resolve()
|
||||
.references('id')
|
||||
.inTable('sites');
|
||||
|
||||
table.boolean('inherit')
|
||||
.defaultTo(false);
|
||||
|
||||
table.unique(['tag_id', 'site_id']);
|
||||
}))
|
||||
.then(() => knex.schema.createTable('sites_social', (table) => {
|
||||
|
||||
Reference in New Issue
Block a user