0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/rust/.sqlx/query-085d682315a548d578f63bb48d2f1997fc9cf1fb3436d742e9374ad4f2d55614.json
2024-11-20 10:21:15 +00:00

22 lines
793 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO posthog_errortrackingstackframe (raw_id, team_id, created_at, symbol_set_id, contents, resolved, id, context)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n ON CONFLICT (raw_id, team_id) DO UPDATE SET\n created_at = $3,\n symbol_set_id = $4,\n contents = $5,\n resolved = $6,\n context = $8\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int4",
"Timestamptz",
"Uuid",
"Jsonb",
"Bool",
"Uuid",
"Jsonb"
]
},
"nullable": []
},
"hash": "085d682315a548d578f63bb48d2f1997fc9cf1fb3436d742e9374ad4f2d55614"
}