mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:31:13 -05:00
Refactor: Approve lovable tool use
This commit is contained in:
@@ -2226,6 +2226,36 @@ export type Database = {
|
||||
},
|
||||
]
|
||||
}
|
||||
test_data_registry: {
|
||||
Row: {
|
||||
created_at: string
|
||||
entity_id: string
|
||||
entity_slug: string
|
||||
entity_type: string
|
||||
id: string
|
||||
metadata: Json | null
|
||||
test_session_id: string | null
|
||||
}
|
||||
Insert: {
|
||||
created_at?: string
|
||||
entity_id: string
|
||||
entity_slug: string
|
||||
entity_type: string
|
||||
id?: string
|
||||
metadata?: Json | null
|
||||
test_session_id?: string | null
|
||||
}
|
||||
Update: {
|
||||
created_at?: string
|
||||
entity_id?: string
|
||||
entity_slug?: string
|
||||
entity_type?: string
|
||||
id?: string
|
||||
metadata?: Json | null
|
||||
test_session_id?: string | null
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
user_blocks: {
|
||||
Row: {
|
||||
blocked_id: string
|
||||
|
||||
Reference in New Issue
Block a user