mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
19 lines
482 B
JSON
19 lines
482 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT vm_state FROM cyclotron_jobs WHERE id = $1 AND lock_id = $2",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "vm_state",
|
|
"type_info": "Bytea"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": ["Uuid", "Uuid"]
|
|
},
|
|
"nullable": [true]
|
|
},
|
|
"hash": "aa595eaf28c1f4b872c278be407b59cc00f3125413f4032ac3647a6b5ee1a632"
|
|
}
|