refactor(products): remove brand field from Product model and update related DTO and service
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -33,7 +33,6 @@ model Product {
|
||||
name String
|
||||
normalizedName String @unique
|
||||
category String?
|
||||
brand String?
|
||||
canonicalName String?
|
||||
isActive Boolean @default(true)
|
||||
status String @default("active")
|
||||
|
||||
Reference in New Issue
Block a user