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

21 lines
421 B
JSON

{
"db_name": "SQLite",
"query": "SELECT EXISTS (SELECT 1 FROM mixnode_historical_uptime WHERE date = ?) AS 'exists'",
"describe": {
"columns": [
{
"name": "exists",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "e55db4def70689c061d0e07115a21068431575afd2be8afafce1a7fb13507e7e"
}