diff options
| author | Kana <[email protected]> | 2018-04-04 19:37:53 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-04 19:37:53 -0300 |
| commit | 91331e794788f3a8585fa90912cd3dd3bd6e9f22 (patch) | |
| tree | 9d433bced181304b3e0d2989d99588d47bd9d80b | |
| parent | Merge pull request #73 from RyoshiKayo/master (diff) | |
| download | host.fuwn.me-91331e794788f3a8585fa90912cd3dd3bd6e9f22.tar.xz host.fuwn.me-91331e794788f3a8585fa90912cd3dd3bd6e9f22.zip | |
Whoops
| -rw-r--r-- | database/db.js | 2 |
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) { |