From 99e2001b34d35344fee561add56aae4e97019472 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:36:47 +0700 Subject: [PATCH] fix: wrong type --- prisma/schema.prisma | 1 - 1 file changed, 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 328b6b6..66883c9 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -860,7 +860,6 @@ model QuotationService { quotation Quotation @relation(fields: [quotationId], references: [id]) quotationId String - serviceId String } model QuotationServiceWork {