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

14 lines
423 B
SQL

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