fix sqlx skip step (#4466)

This commit is contained in:
HugoCasa
2024-10-01 13:34:31 +02:00
committed by GitHub
parent f35a4f1163
commit f61c8f45a4
@@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "SELECT job_kind = 'identity' FROM completed_job WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "?column?",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
null
]
},
"hash": "829130d74c107e4e1a86f3e772657ae030463c139c39072777e453bfb7e9c0c3"
}