1
0
mirror of synced 2024-11-14 18:27:36 +01:00
Bayshore/prisma/migrations/20220730022702_ghost_trail_3/migration.sql

14 lines
423 B
MySQL
Raw Normal View History

2022-07-30 04:36:18 +02:00
/*
Warnings:
- You are about to drop the column `tuneHandling` on the `GhostTrail` table. All the data in the column will be lost.
- You are about to drop the column `tunePower` on the `GhostTrail` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
-- AlterTable
ALTER TABLE "GhostTrail" DROP COLUMN "tuneHandling",
DROP COLUMN "tunePower";