mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
Remove unused & commented table
This commit is contained in:
parent
254b5712be
commit
941b180227
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue