1
0
mirror of synced 2025-01-06 10:54:25 +01:00
Bayshore/prisma/migrations/20220729152049_ghost_trail_2/migration.sql

12 lines
323 B
SQL

/*
Warnings:
- Added the required column `crownBattle` to the `GhostTrail` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "GhostTrail" ADD COLUMN "crownBattle" BOOLEAN NOT NULL;