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