Refine profile privacy controls

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 02:46:03 +00:00
parent 50d75e0924
commit 93075ba6ca
5 changed files with 241 additions and 43 deletions

View File

@@ -949,32 +949,7 @@ export type Database = {
}
}
Views: {
public_profiles: {
Row: {
avatar_image_id: string | null
avatar_url: string | null
bio: string | null
coaster_count: number | null
created_at: string | null
date_of_birth: string | null
display_name: string | null
home_park_id: string | null
id: string | null
location_id: string | null
park_count: number | null
personal_location: string | null
preferred_pronouns: string | null
privacy_level: string | null
reputation_score: number | null
review_count: number | null
ride_count: number | null
show_pronouns: boolean | null
updated_at: string | null
user_id: string | null
username: string | null
}
Relationships: []
}
[_ in never]: never
}
Functions: {
can_manage_user: {