1
0
mirror of synced 2024-12-14 07:42:55 +01:00
Bayshore/prisma/migrations/20220812031106_ocm_3/migration.sql

14 lines
440 B
MySQL
Raw Normal View History

2022-08-15 05:47:34 +02:00
/*
Warnings:
- You are about to drop the column `ocmBattle` on the `GhostBattleRecord` table. All the data in the column will be lost.
- You are about to drop the column `ocmMainDay` on the `GhostBattleRecord` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "GhostBattleRecord" DROP COLUMN "ocmBattle",
DROP COLUMN "ocmMainDay";