1
0
mirror of synced 2024-12-13 15:31:10 +01:00
Bayshore/prisma/migrations/20220801071556_ghost_trail_4/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

10 lines
327 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "GhostTrail" ADD COLUMN "byAreaMergeSerial" INTEGER,
ADD COLUMN "byCarMergeSerial" INTEGER,
ADD COLUMN "byUserMergeSerial" INTEGER,
ADD COLUMN "trendBinaryByCar" BYTEA,
ADD COLUMN "trendBinaryByUser" BYTEA;