1
0
mirror of synced 2024-12-13 15:31:10 +01:00
Bayshore/prisma/migrations/20220803125807_ghost_trail_6/migration.sql

9 lines
311 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "GhostTrail" ADD COLUMN "tuneHandling" INTEGER NOT NULL DEFAULT 0,
ADD COLUMN "tunePower" INTEGER NOT NULL DEFAULT 0,
ALTER COLUMN "playedAt" SET DEFAULT 0,
ALTER COLUMN "crownBattle" SET DEFAULT false;