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

@ -580,7 +580,6 @@ model WorkService {
createdAt DateTime @default(now())
updateBy String?
updatedAt DateTime @updatedAt
productId String?
@@id([workId, serviceId])
}