1
0
mirror of synced 2024-12-14 07:42:55 +01:00
Bayshore/prisma/migrations/20220825040457_challenger_history/migration.sql
2022-08-25 11:16:44 +07:00

6 lines
174 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "CarChallenger" ADD COLUMN "lastPlayedAt" INTEGER NOT NULL DEFAULT 0;