0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/rust/cyclotron-core/.sqlx/query-aa595eaf28c1f4b872c278be407b59cc00f3125413f4032ac3647a6b5ee1a632.json
Brett Hoerner 1fb4e7fa67
chore(cyclotron): change columns to bytes, add blob column (#24563)
Co-authored-by: Oliver Browne <oliver@posthog.com>
2024-08-27 12:14:26 -06: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"
}