harmony/.sqlx/query-f10f615ee42129ffa293e46f2f893d65a237d31d24b74a29c6a8d8420d255ab8.json
Jean-Gabriel Gill-Couture cb4382fbb5
Some checks failed
Run Check Script / check (pull_request) Failing after 34s
feat: Inventory PhysicalHost persistence with sqlx and local sqlite db
2025-08-30 16:48:56 -04:00

13 lines
288 B
JSON

{
"db_name": "SQLite",
"query": "INSERT INTO physical_hosts (id, version_id, data) VALUES (?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "f10f615ee42129ffa293e46f2f893d65a237d31d24b74a29c6a8d8420d255ab8"
}