Refactor: Approve lovable tool use

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 13:15:12 +00:00
parent c0cc91a0dd
commit a30511fb50
5 changed files with 276 additions and 26 deletions

View File

@@ -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