mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 13:59:01 +00:00
Whoops
This commit is contained in:
parent
917cdabcb0
commit
91331e7947
@ -8,6 +8,8 @@ let init = function(db){
|
|||||||
table.string('identifier')
|
table.string('identifier')
|
||||||
table.integer('enabled')
|
table.integer('enabled')
|
||||||
table.integer('timestamp')
|
table.integer('timestamp')
|
||||||
|
table.integer('editedAt');
|
||||||
|
table.integer('zipGeneratedAt');
|
||||||
}).then(() => {})
|
}).then(() => {})
|
||||||
|
|
||||||
db.schema.createTableIfNotExists('files', function (table) {
|
db.schema.createTableIfNotExists('files', function (table) {
|
||||||
|
Loading…
Reference in New Issue
Block a user