chore: sync schemas for deploy

This commit is contained in:
2026-04-28 18:04:02 -04:00
parent 4609fd97db
commit 206b64b9b8

View File

@@ -60,6 +60,7 @@ model Church {
googleSearchedAt DateTime? @map("google_searched_at") // When Google Places enrichment was attempted googleSearchedAt DateTime? @map("google_searched_at") // When Google Places enrichment was attempted
createdAt DateTime @default(now()) @map("created_at") createdAt DateTime @default(now()) @map("created_at")
updatedAt DateTime @updatedAt @map("updated_at") updatedAt DateTime @updatedAt @map("updated_at")
parochiaSlug String? @map("parochia_slug")
dioceseId String? @map("diocese_id") dioceseId String? @map("diocese_id")