1
0
mirror of synced 2024-12-15 08:21:19 +01:00
Bayshore/prisma/migrations/20220825040457_challenger_history/migration.sql

6 lines
174 B
MySQL
Raw Normal View History

2022-08-25 06:16:44 +02:00
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "CarChallenger" ADD COLUMN "lastPlayedAt" INTEGER NOT NULL DEFAULT 0;