0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/.sqlx/query-aa595eaf28c1f4b872c278be407b59cc00f3125413f4032ac3647a6b5ee1a632.json
2024-09-02 16:38:27 +03:00

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"
}