feat: add home featured toggle, improve account deletion UI, and update business schema and database configuration.
This commit is contained in:
@@ -59,6 +59,7 @@ model Business {
|
||||
ratingCount Int @default(0)
|
||||
tags String[]
|
||||
isFeatured Boolean @default(false)
|
||||
isHomeFeatured Boolean @default(false)
|
||||
founderName String?
|
||||
founderImageUrl String?
|
||||
keyMetric String?
|
||||
|
||||
Reference in New Issue
Block a user