Fix migration conflict

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:50:13 +00:00
parent 57f8450beb
commit ce99aeceed
3 changed files with 52 additions and 21 deletions

View File

@@ -357,6 +357,7 @@ export type Database = {
id: string
location_id: string | null
park_count: number | null
personal_location: string | null
preferred_language: string | null
preferred_pronouns: string | null
privacy_level: string
@@ -382,6 +383,7 @@ export type Database = {
id?: string
location_id?: string | null
park_count?: number | null
personal_location?: string | null
preferred_language?: string | null
preferred_pronouns?: string | null
privacy_level?: string
@@ -407,6 +409,7 @@ export type Database = {
id?: string
location_id?: string | null
park_count?: number | null
personal_location?: string | null
preferred_language?: string | null
preferred_pronouns?: string | null
privacy_level?: string