mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-21 20:59:04 +00:00
Added enabled flag to albums on database
This commit is contained in:
parent
de130602f9
commit
49a4e68a4a
@ -5,6 +5,7 @@ let init = function(db, config){
|
|||||||
db.schema.createTableIfNotExists('albums', function (table) {
|
db.schema.createTableIfNotExists('albums', function (table) {
|
||||||
table.increments()
|
table.increments()
|
||||||
table.string('name')
|
table.string('name')
|
||||||
|
table.integer('enabled')
|
||||||
table.integer('timestamp')
|
table.integer('timestamp')
|
||||||
}).then(() => {})
|
}).then(() => {})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user