0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/rust/.sqlx/query-fda1f4ef877d1a71dbb6345d71c21c0eae35356f7b92e969a12a839b41cd360a.json

20 lines
553 B
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "INSERT INTO posthog_errortrackingsymbolset (id, team_id, ref, storage_ptr, failure_reason, created_at)\n VALUES ($1, $2, $3, $4, $5, $6)\n ON CONFLICT (team_id, ref) DO UPDATE SET storage_ptr = $4",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Int4",
"Text",
"Text",
"Text",
"Timestamptz"
]
},
"nullable": []
},
"hash": "fda1f4ef877d1a71dbb6345d71c21c0eae35356f7b92e969a12a839b41cd360a"
}