1
0
mirror of synced 2025-01-05 18:34:27 +01:00
Bayshore/prisma/migrations/20220801071906_ghost_trail_5/migration.sql
ghkkk090 1807839336 fix crown ghost bug, attract screen bug, *hopefully* ghost battle working (both saving and load)
no db nuke, but there are table change

-Ghost Battle finally working (hopefully).. tested in search ghost by level.. idk about by name or anything.. i think it should work too
-Crown Ghost Battle temporary fix timestamp
-Attract screen time attack wrong HP
-Disable venue crown car aura (causing green artifact)
2022-08-04 10:17:58 +07:00

6 lines
157 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "GhostTrail" ADD COLUMN "driveDMergeSerial" INTEGER;