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