This commit is contained in:
AyrisAI
2026-07-13 14:42:07 +03:00
parent f37d2b4c39
commit b44acc2678
10 changed files with 551 additions and 60 deletions
+10
View File
@@ -263,3 +263,13 @@ model GeneratedItinerary {
createdAt DateTime @default(now())
}
model WidgetPartner {
id String @id @default(cuid())
name String
url String
neighborhoodSlug String?
isActive Boolean @default(true)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}