Kana преди 7 години
родител
ревизия
91331e7947
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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) {