Remove unused & commented table

This commit is contained in:
Bryan Ashby 2017-08-06 11:22:15 -06:00
parent 254b5712be
commit 941b180227
1 changed files with 0 additions and 7 deletions

View File

@ -367,13 +367,6 @@ const DB_INIT_TABLE = {
expire_timestamp DATETIME NOT NULL
);`
);
/*
dbs.file.run(
`CREATE TABLE IF NOT EXISTS user_file_last_upload_timestamp (
user_id INTEGER PRIMARY KEY NOT NULL,
upload_timestamp DATETIME NOT NULL
);`
);*/
return cb(null);
}