mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
9734a40c96
Co-authored-by: Brett Hoerner <brett@bretthoerner.com> Co-authored-by: Ben White <ben@posthog.com>
13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE cyclotron_jobs SET queue_name = $1 WHERE id = $2 AND lock_id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Text", "Uuid", "Uuid"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2b62adf40f8dd5758690c763df30fffa01b679951ec786f8ee2410454b9a2de0"
|
|
}
|