Kana %!s(int64=7) %!d(string=hai) anos
pai
achega
91331e7947
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      database/db.js

+ 2 - 0
database/db.js

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