mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
615c435139
Co-authored-by: Brett Hoerner <brett@posthog.com>
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE cyclotron_jobs SET state = 'available', lock_id = NULL, queue_name = $1 WHERE id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Text", "Uuid"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2ca9ea5e8706bba21b14d9a349f3d0e39f01b19b243d724b09f3ce6617d03dc7"
|
|
}
|