feat: browse nav + pageTree ancestors
This commit is contained in:
8
server/db/migrations-sqlite/2.3.23.js
Normal file
8
server/db/migrations-sqlite/2.3.23.js
Normal file
@@ -0,0 +1,8 @@
|
||||
exports.up = knex => {
|
||||
return knex.schema
|
||||
.alterTable('pageTree', table => {
|
||||
table.json('ancestors')
|
||||
})
|
||||
}
|
||||
|
||||
exports.down = knex => { }
|
Reference in New Issue
Block a user