This commit is contained in:
Kana 2018-04-04 19:37:53 -03:00 committed by GitHub
parent 917cdabcb0
commit 91331e7947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {