mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-28 16:18:36 -06:00
Created the recommendations table
This commit is contained in:
@@ -20,6 +20,11 @@ module.exports.create = () => {
|
||||
" download double," +
|
||||
" upload double," +
|
||||
" created DATETIME DEFAULT CURRENT_TIMESTAMP);");
|
||||
db.exec("create table if not exists recommendations(" +
|
||||
" id integer primary key autoincrement," +
|
||||
" ping integer(5000)," +
|
||||
" download double," +
|
||||
" upload double);");
|
||||
}
|
||||
|
||||
module.exports.insert = () => {
|
||||
|
||||
Reference in New Issue
Block a user