mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-20 20:29: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) {
|
||||
table.increments()
|
||||
table.string('name')
|
||||
table.integer('enabled')
|
||||
table.integer('timestamp')
|
||||
}).then(() => {})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user