0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/rust/.sqlx/query-361eb26d51d253242a8af33e45d8686c4393f6420e61b6b141143974ff362213.json
2024-11-18 13:58:59 +02:00

54 lines
1.1 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id, team_id, ref as set_ref, storage_ptr, created_at, failure_reason\n FROM posthog_errortrackingsymbolset\n WHERE team_id = $1 AND ref = $2",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "team_id",
"type_info": "Int4"
},
{
"ordinal": 2,
"name": "set_ref",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "storage_ptr",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 5,
"name": "failure_reason",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Int4",
"Text"
]
},
"nullable": [
false,
false,
false,
true,
false,
true
]
},
"hash": "361eb26d51d253242a8af33e45d8686c4393f6420e61b6b141143974ff362213"
}