From 656ca2f74ae877616ca9e4b4e7a730acad48b72a Mon Sep 17 00:00:00 2001 From: Spacelord Date: Tue, 27 Jun 2023 23:39:01 +0200 Subject: [PATCH] Removed unneccesary comment in prisma schema --- prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 285451f..3774d74 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -40,7 +40,7 @@ model Item { comment String? status itemStatus @default(normal) /// TODO: Would it be better to create a separate model for this as well instead of providing several static statuses to choose from(enum)? - contactInfo contactInfo? @relation(fields: [contactInfoId], references: [id]) /// + contactInfo contactInfo? @relation(fields: [contactInfoId], references: [id]) contactInfoId Int? manufacturer String?