1
0
mirror of synced 2024-12-05 03:27:57 +01:00
Bayshore/prisma/migrations/20220812031106_ocm_3/migration.sql
2022-08-15 10:47:34 +07:00

14 lines
440 B
SQL

/*
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";