Files
clawmates/.sqlx/query-ebeb5ef13a40b1693425588096a4ec37dd01ecf6cd9c051aaf37399a69f617bf.json
T
Omar Sobh 6e10528bc2
ci / gates (push) Successful in 6s
ci / frontend (push) Successful in 36s
ci / rust (push) Successful in 2m37s
ci / e2e (push) Has been skipped
ci / publish (push) Failing after 2m14s
loops: restore .sqlx entries for test-only queries
An earlier `cargo sqlx prepare --workspace` (without --all-targets)
deleted two query cache files used only by tests
(cm-runtime/tests/run_loop.rs and one topology_runs insert). CI
builds with SQLX_OFFLINE=true and needs them present. Regenerate
with --all-targets to include the integration test binaries.
2026-07-08 08:04:43 -07:00

19 lines
485 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO topology_runs\n (id, workspace_id, task, kind, status, graph, tier, research_topic_id)\n VALUES ($1, $2, $3, 'run', 'queued', $4, 'team', $5)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Text",
"Jsonb",
"Uuid"
]
},
"nullable": []
},
"hash": "ebeb5ef13a40b1693425588096a4ec37dd01ecf6cd9c051aaf37399a69f617bf"
}