1
0
mirror of synced 2025-01-19 00:34:05 +01:00
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;