Files
boc/aamos-ledger-rust/.sqlx/query-5cd359ba36cb693eafd057fdb8c0051c7f67c67cef694b9bcc5df08ab06400eb.json
T
Bernt 05ed037fe8 pilot.landvex.com: HTTPS + Full Stack Verified
- DNS: pilot.landvex.com -> 16.170.83.169
- TLS: Let's Encrypt certificate (expires 2026-09-30)
- Nginx: reverse proxy with SSL termination
- API: https://pilot.landvex.com/api/v1/missions
- UI: https://pilot.landvex.com/
- Upload: POST /api/v1/missions/import (multipart/form-data)

Verified:
 https://pilot.landvex.com/health
 https://pilot.landvex.com/version
 https://pilot.landvex.com/api/v1/missions (list)
 https://pilot.landvex.com/api/v1/missions/:id (get)
 POST /api/v1/missions/import (video upload)
 UI loads with title 'LandveX Intelligence Lab'

Next: Pilot 001 — Break the system!
2026-07-02 17:34:19 +00:00

81 lines
1.7 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id, tenant_id, account_number, period, fiscal_year, status,\n bank_balance, ledger_balance, difference, created_at, completed_at\n FROM ledger_reconciliation_sessions\n ORDER BY created_at DESC\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "tenant_id",
"type_info": "Text"
},
{
"ordinal": 2,
"name": "account_number",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "period",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "fiscal_year",
"type_info": "Int4"
},
{
"ordinal": 5,
"name": "status",
"type_info": "Text"
},
{
"ordinal": 6,
"name": "bank_balance",
"type_info": "Numeric"
},
{
"ordinal": 7,
"name": "ledger_balance",
"type_info": "Numeric"
},
{
"ordinal": 8,
"name": "difference",
"type_info": "Numeric"
},
{
"ordinal": 9,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 10,
"name": "completed_at",
"type_info": "Timestamptz"
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
false,
false,
false,
false,
false,
true,
true,
true,
false,
true
]
},
"hash": "5cd359ba36cb693eafd057fdb8c0051c7f67c67cef694b9bcc5df08ab06400eb"
}