Removed unneccesary comment in prisma schema

This commit is contained in:
Leon Meier 2023-06-27 23:39:01 +02:00
parent ac7ebbbf5e
commit 656ca2f74a

View File

@ -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?