mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-02 05:47:09 -05:00
Set user_id?: string
This commit is contained in:
@@ -273,7 +273,7 @@ export type Database = {
|
||||
id: number
|
||||
iv: string | null
|
||||
tag: string | null
|
||||
user_id: string
|
||||
user_id: string | null
|
||||
visibility: string
|
||||
}
|
||||
Insert: {
|
||||
@@ -284,7 +284,7 @@ export type Database = {
|
||||
id?: never
|
||||
iv?: string | null
|
||||
tag?: string | null
|
||||
user_id: string
|
||||
user_id?: string | null
|
||||
visibility?: string
|
||||
}
|
||||
Update: {
|
||||
@@ -295,7 +295,7 @@ export type Database = {
|
||||
id?: never
|
||||
iv?: string | null
|
||||
tag?: string | null
|
||||
user_id?: string
|
||||
user_id?: string | null
|
||||
visibility?: string
|
||||
}
|
||||
Relationships: [
|
||||
|
||||
Reference in New Issue
Block a user