aprs.me/priv/repo
Graham McIntire e97d1d6e33
Fix duplicate indexes and missing socket assigns
- Remove duplicate received_at indexes (packets_received_at_asc_idx and packets_recent_hour_idx)
  that were consuming 423 MB, keeping only packets_received_at_idx
- Fix KeyError by initializing missing :all_packets and :visible_packets in socket assigns
- All tests now pass successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 11:01:27 -05:00
..
migrations Fix duplicate indexes and missing socket assigns 2025-07-15 11:01:27 -05:00
seeds.exs refactor to use external parser 2025-06-24 14:22:09 -05:00