chore: update migration
This commit is contained in:
parent
28d002ad65
commit
31ed48d190
4 changed files with 91 additions and 13 deletions
|
|
@ -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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue