mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
13 lines
529 B
JSON
13 lines
529 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|