aboutsummaryrefslogtreecommitdiff
path: root/database/db.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-19 03:34:48 -0300
committerPitu <[email protected]>2017-01-19 03:34:48 -0300
commita8121f5d7cc5a5f1c33dd11123340b709e13cec9 (patch)
treebdba25f5443c4d5ca739900cdaede690b035543f /database/db.js
parentReverse sorted links list to show newers first (diff)
downloadhost.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.js1
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')