You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Used to tell the program what version of the database to use
14
-
constcurrentVersion="1.9.0";
14
+
constcurrentVersion="1.9.1";
15
15
constdate=newDate();
16
16
letday=date.getDay();
17
17
@@ -72,7 +72,7 @@ async function startUp() {
72
72
),
73
73
// Used to store historical player data
74
74
connection.query(
75
-
"CREATE TABLE IF NOT EXISTS historicalPlayers (time int, uid varchar(25), name varchar(255), nameAscii varchar(255), club varchar(3), pictureUrl varchar(255), value int, position varchar(3), total_points int, average_points int, last_match int, `exists` bool, league varchar(25))"
75
+
"CREATE TABLE IF NOT EXISTS historicalPlayers (time int, uid varchar(25), name varchar(255), nameAscii varchar(255), club varchar(3), pictureUrl varchar(255), value int, position varchar(3), forecast varchar(1), total_points int, average_points int, last_match int, `exists` bool, league varchar(25))"
0 commit comments