Add unit preferences to user settings

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 21:26:09 +00:00
parent 93278a5f24
commit 8f13796567
10 changed files with 451 additions and 13 deletions

View File

@@ -782,6 +782,7 @@ export type Database = {
id: string
privacy_settings: Json
push_notifications: Json
unit_preferences: Json
updated_at: string
user_id: string
}
@@ -792,6 +793,7 @@ export type Database = {
id?: string
privacy_settings?: Json
push_notifications?: Json
unit_preferences?: Json
updated_at?: string
user_id: string
}
@@ -802,6 +804,7 @@ export type Database = {
id?: string
privacy_settings?: Json
push_notifications?: Json
unit_preferences?: Json
updated_at?: string
user_id?: string
}