Including all children of included networks, separated included children into dedicated property.

This commit is contained in:
DebaucheryLibrarian
2020-11-26 04:26:52 +01:00
parent 1b407254a7
commit 4e559f63e3
4 changed files with 16 additions and 18 deletions

View File

@@ -156,7 +156,8 @@ exports.up = knex => Promise.resolve()
table.integer('parent_id', 12)
.references('id')
.inTable('entities');
.inTable('entities')
.index();
table.text('name');
table.text('slug', 32);