mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
27 lines
689 B
JSON
27 lines
689 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "\n INSERT INTO posthog_errortrackingissue (id, team_id, status, name, description, created_at)\n VALUES ($1, $2, $3, $4, $5, NOW())\n ON CONFLICT (id) DO NOTHING\n RETURNING (xmax = 0) AS was_inserted\n ",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "was_inserted",
|
||
|
"type_info": "Bool"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Uuid",
|
||
|
"Int4",
|
||
|
"Text",
|
||
|
"Text",
|
||
|
"Text"
|
||
|
]
|
||
|
},
|
||
|
"nullable": [
|
||
|
null
|
||
|
]
|
||
|
},
|
||
|
"hash": "e0c6790eccd2e7505d86ed570f093c27fdf4d88145cd7eaf4bbd39e49a7452f6"
|
||
|
}
|