Files
drop/prisma/migrations/20241014053941_remove_version_order/migration.sql
2024-10-14 20:34:23 +11:00

9 lines
195 B
SQL

/*
Warnings:
- You are about to drop the column `versionOrder` on the `Game` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Game" DROP COLUMN "versionOrder";