feat: add home featured toggle, improve account deletion UI, and update business schema and database configuration.

This commit is contained in:
streap2
2026-05-12 07:17:04 +02:00
parent 01cf4dd5a1
commit b81216210a
18 changed files with 533 additions and 271 deletions

View File

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