chore: update migration

This commit is contained in:
Methapon2001 2024-06-14 11:54:26 +07:00
parent af6d915106
commit 5fa8b00d4f
2 changed files with 8 additions and 1 deletions

View file

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