1
0
mirror of synced 2025-01-24 07:14:06 +01:00

6 lines
157 B
MySQL
Raw Normal View History

2023-03-30 13:15:45 +07:00
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "CarCrownDetect" ADD COLUMN "opponentCarId" INTEGER;