chore: sync schemas for deploy
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user