manufacturer is now optional in DB schema
This commit is contained in:
		@@ -43,7 +43,7 @@ model Item {
 | 
				
			|||||||
  contactInfo   contactInfo? @relation(fields: [contactInfoId], references: [id]) ///
 | 
					  contactInfo   contactInfo? @relation(fields: [contactInfoId], references: [id]) ///
 | 
				
			||||||
  contactInfoId Int?
 | 
					  contactInfoId Int?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  manufacturer String
 | 
					  manufacturer String?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  category   itemCategory? @relation(fields: [categoryId], references: [id])
 | 
					  category   itemCategory? @relation(fields: [categoryId], references: [id])
 | 
				
			||||||
  categoryId Int?
 | 
					  categoryId Int?
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user