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