refactor(products): remove subcategory from Product model and related queries

This commit is contained in:
Nils-Johan Gynther
2026-05-03 15:54:23 +02:00
parent 5864a6f111
commit dbd8c6d849
4 changed files with 6 additions and 10 deletions
-1
View File
@@ -33,7 +33,6 @@ model Product {
name String
normalizedName String @unique
category String?
subcategory String?
brand String?
canonicalName String?
isActive Boolean @default(true)