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
350 B
JSON
13 lines
350 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE cyclotron_jobs SET priority = $1 WHERE id = $2 AND lock_id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Int2", "Uuid", "Uuid"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2f6de0977357909dfd8d3d510c39a284f16421f77b77fe38e67143f28e270805"
|
|
}
|