Files
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";