mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-04 03:59:40 -06:00
Added the error, type and time column to the speedtests table
This commit is contained in:
@@ -19,6 +19,9 @@ module.exports.create = () => {
|
||||
" ping integer(5000)," +
|
||||
" download double," +
|
||||
" upload double," +
|
||||
" error varchar(255)," +
|
||||
" type varchar(255)," +
|
||||
" time double," +
|
||||
" created DATETIME DEFAULT CURRENT_TIMESTAMP);");
|
||||
db.exec("create table if not exists recommendations(" +
|
||||
" id integer primary key autoincrement," +
|
||||
|
||||
Reference in New Issue
Block a user