Public
Like
thinkalittlelonger
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v168View latest version
- i have added an integer field game_id to the rounds.ts data. It is currently always set to 0.
- Change the structure of the game_results table so that game_id is an int. change the db init code as well. you can drop the existing table as a one-off
- eventually there will be more games than id = 0, so update frontend code and anywhere else to use the game_id from the rounds data.