1
0
mirror of synced 2025-02-03 05:07:15 +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;