mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:51:13 -05:00
Fix migration conflict
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user