1
0
mirror of synced 2024-12-13 23:41:09 +01:00
Bayshore/prisma/migrations/20220729075837_car_crown_playedat/migration.sql

7 lines
201 B
MySQL
Raw Normal View History

2022-07-29 11:13:21 +02:00
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "CarCrown" ADD COLUMN "playedAt" INTEGER NOT NULL DEFAULT 0,
ALTER COLUMN "trail" SET DEFAULT 0;