mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 09:16:49 +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 metadata = $1 WHERE id = $2 AND lock_id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Text", "Uuid", "Uuid"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8ab11a89bc4720985e130c58021f46045c332cc45e69b08708b289cc933b3b5c"
|
|
}
|