feat: split metro and tram
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s

This commit is contained in:
uku 2024-11-21 22:40:51 +01:00
parent 98967bc491
commit a2c27899f7
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
7 changed files with 69 additions and 58 deletions

View 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";