Files
nym/nym-api/.sqlx/query-dcc526c3855fea0ffbd73a0fb563cf10c707e356c767f8399452b56f044a1f6e.json
T
Andrej Mihajlov 62520c9308 Update sqlx cache
2025-05-30 09:28:48 +02:00

21 lines
656 B
JSON

{
"db_name": "SQLite",
"query": "\n SELECT COUNT(*) as count\n FROM gateway_status\n JOIN monitor_run ON gateway_status.timestamp = monitor_run.timestamp\n JOIN testing_route ON monitor_run.id = testing_route.monitor_run_id\n WHERE gateway_details_id = ?\n ",
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "dcc526c3855fea0ffbd73a0fb563cf10c707e356c767f8399452b56f044a1f6e"
}