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

13 lines
347 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE cyclotron_jobs SET blob = $1 WHERE id = $2 AND lock_id = $3",
"describe": {
"columns": [],
"parameters": {
"Left": ["Bytea", "Uuid", "Uuid"]
},
"nullable": []
},
"hash": "58dfd4671ac3497614b184384ac7f8d490dda8b27a150454e413d02f89c92050"
}