forked from DebaucheryLibrarian/traxxx
Added parent-child relations to network, showing parent network in sidebar. Added Burning Angel using Gamma API.
This commit is contained in:
@@ -108,6 +108,10 @@ exports.up = knex => Promise.resolve()
|
||||
table.text('description');
|
||||
table.json('parameters');
|
||||
|
||||
table.integer('parent_id', 12)
|
||||
.references('id')
|
||||
.inTable('networks');
|
||||
|
||||
table.string('slug', 32)
|
||||
.unique();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user