mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
16 lines
356 B
JSON
16 lines
356 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"
|
|
}
|