mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:31:13 -05:00
Refactor: Approve test data generator tool use
This commit is contained in:
@@ -2288,6 +2288,7 @@ export type Database = {
|
||||
entity_type: string
|
||||
id: string
|
||||
metadata: Json | null
|
||||
submission_item_id: string | null
|
||||
test_session_id: string | null
|
||||
}
|
||||
Insert: {
|
||||
@@ -2297,6 +2298,7 @@ export type Database = {
|
||||
entity_type: string
|
||||
id?: string
|
||||
metadata?: Json | null
|
||||
submission_item_id?: string | null
|
||||
test_session_id?: string | null
|
||||
}
|
||||
Update: {
|
||||
@@ -2306,9 +2308,18 @@ export type Database = {
|
||||
entity_type?: string
|
||||
id?: string
|
||||
metadata?: Json | null
|
||||
submission_item_id?: string | null
|
||||
test_session_id?: string | null
|
||||
}
|
||||
Relationships: []
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "test_data_registry_submission_item_id_fkey"
|
||||
columns: ["submission_item_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "submission_items"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
]
|
||||
}
|
||||
user_blocks: {
|
||||
Row: {
|
||||
|
||||
Reference in New Issue
Block a user