mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO cyclotron_dead_letter_metadata (job_id, original_queue_name, reason, dlq_time) VALUES ($1, $2, $3, NOW())",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b8c1b723826d595dca0389d729fa76bd8a7d96d73983a0c408f32f17da5f483b"
|
|
}
|