chore: update migration

This commit is contained in:
Methapon2001 2024-06-12 14:09:08 +07:00
parent 28d002ad65
commit 31ed48d190
4 changed files with 91 additions and 13 deletions

View file

@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `order` on the `Work` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Work" DROP COLUMN "order";