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
"UPDATE historicalClubs as hc1 SET gameStart=(SELECT gameStart FROM historicalClubs as hc2 WHERE hc2.club=hc1.opponent AND hc1.league=hc2.league AND hc1.time=hc2.time) WHERE home=0",
671
671
);
672
+
awaitconnection.query(
673
+
"UPDATE historicalClubs SET gameStart=rowid WHERE gameStart IS NULL",
674
+
);
672
675
// Due to an error in how the points were calculated for predictions a recalculation is needed (Copied from calcPoints.ts)
0 commit comments