mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
9 lines
195 B
SQL
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";
|