mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:31:13 -05:00
Add unit preferences to user settings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user