Files
meshcore-analyzer/cmd/server
you 37a2b71fc7 fix: add ensureLastPacketAtColumn server-side migration
Mirror the ensureObserverInactiveColumn pattern (PR #961) for the
last_packet_at column added by the ingestor migration. Without this,
the server SELECTs last_packet_at but never adds it — causing 500
errors on /api/observers when running against DBs the ingestor has
not yet touched (e.g. the e2e fixture).

Adds TestEnsureLastPacketAtColumn for correctness + idempotency.
2026-05-02 17:48:15 +00:00
..