chore: update migration
This commit is contained in:
parent
af6d915106
commit
5fa8b00d4f
2 changed files with 8 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
@ -580,7 +580,6 @@ model WorkService {
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updateBy String?
|
updateBy String?
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
productId String?
|
|
||||||
|
|
||||||
@@id([workId, serviceId])
|
@@id([workId, serviceId])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue