mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
13 lines
351 B
JSON
13 lines
351 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE cyclotron_jobs SET vm_state = $1 WHERE id = $2 AND lock_id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Bytea", "Uuid", "Uuid"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "16d533b5a15b0b9926a181f578b5b577efe424710b45f02e1ddeece8bca96f87"
|
|
}
|