aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKana <[email protected]>2018-04-04 19:37:53 -0300
committerGitHub <[email protected]>2018-04-04 19:37:53 -0300
commit91331e794788f3a8585fa90912cd3dd3bd6e9f22 (patch)
tree9d433bced181304b3e0d2989d99588d47bd9d80b
parentMerge pull request #73 from RyoshiKayo/master (diff)
downloadhost.fuwn.me-91331e794788f3a8585fa90912cd3dd3bd6e9f22.tar.xz
host.fuwn.me-91331e794788f3a8585fa90912cd3dd3bd6e9f22.zip
Whoops
-rw-r--r--database/db.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/db.js b/database/db.js
index b329749..40c6e13 100644
--- a/database/db.js
+++ b/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) {