mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:31:13 -05:00
Refactor settings page
This commit is contained in:
@@ -354,6 +354,7 @@ export type Database = {
|
||||
created_at: string
|
||||
date_of_birth: string | null
|
||||
display_name: string | null
|
||||
home_park_id: string | null
|
||||
id: string
|
||||
location_id: string | null
|
||||
park_count: number | null
|
||||
@@ -380,6 +381,7 @@ export type Database = {
|
||||
created_at?: string
|
||||
date_of_birth?: string | null
|
||||
display_name?: string | null
|
||||
home_park_id?: string | null
|
||||
id?: string
|
||||
location_id?: string | null
|
||||
park_count?: number | null
|
||||
@@ -406,6 +408,7 @@ export type Database = {
|
||||
created_at?: string
|
||||
date_of_birth?: string | null
|
||||
display_name?: string | null
|
||||
home_park_id?: string | null
|
||||
id?: string
|
||||
location_id?: string | null
|
||||
park_count?: number | null
|
||||
@@ -424,6 +427,13 @@ export type Database = {
|
||||
username?: string
|
||||
}
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "profiles_home_park_id_fkey"
|
||||
columns: ["home_park_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "parks"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
{
|
||||
foreignKeyName: "profiles_location_id_fkey"
|
||||
columns: ["location_id"]
|
||||
|
||||
Reference in New Issue
Block a user