Files
nym/nym-api/.sqlx/query-0a2587e2c72175caa89823675c4f2b6437c700eb7cdc41215e6dcde9754920db.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 mixnode_status\n JOIN monitor_run ON mixnode_status.timestamp = monitor_run.timestamp\n JOIN testing_route ON monitor_run.id = testing_route.monitor_run_id\n WHERE mixnode_details_id = ?\n ",
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "0a2587e2c72175caa89823675c4f2b6437c700eb7cdc41215e6dcde9754920db"
}