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