1
0
mirror of synced 2024-12-14 07:42:55 +01:00
Bayshore/prisma/migrations/20220824080810_volume_default_value/migration.sql
2022-08-24 16:46:52 +07:00

6 lines
151 B
SQL

-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "CarSettings" ALTER COLUMN "volume" SET DEFAULT 2;