diff options
| author | Pitu <[email protected]> | 2017-01-19 03:34:48 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-19 03:34:48 -0300 |
| commit | a8121f5d7cc5a5f1c33dd11123340b709e13cec9 (patch) | |
| tree | bdba25f5443c4d5ca739900cdaede690b035543f /database/db.js | |
| parent | Reverse sorted links list to show newers first (diff) | |
| download | host.fuwn.me-a8121f5d7cc5a5f1c33dd11123340b709e13cec9.tar.xz host.fuwn.me-a8121f5d7cc5a5f1c33dd11123340b709e13cec9.zip | |
Small fix for listing
Diffstat (limited to 'database/db.js')
| -rw-r--r-- | database/db.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/db.js b/database/db.js index dde0259..4af2f21 100644 --- a/database/db.js +++ b/database/db.js @@ -15,6 +15,7 @@ let init = function(db, config){ table.string('original') table.string('type') table.string('size') + table.string('hash') table.string('ip') table.integer('albumid') table.integer('timestamp') |