feat: split metro and tram
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
This commit is contained in:
parent
98967bc491
commit
a2c27899f7
7 changed files with 69 additions and 58 deletions
2
migrations/0003_add_stops_type_column.sql
Normal file
2
migrations/0003_add_stops_type_column.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Migration number: 0003 2024-11-21T20:19:29.020Z
|
||||
ALTER TABLE game ADD COLUMN `stops_type` TEXT NOT NULL DEFAULT "metro";
|
Loading…
Add table
Add a link
Reference in a new issue