aprs.me/lib
Graham McIntire fd60467da8
fix: Remove gpsfixstatus field from packet insertion to prevent database errors
The recent APRS parser update added a gpsfixstatus field that doesn't exist
in our database schema. This was causing all packet insertions to fail in
production with ArgumentError, preventing any packets from being stored and
making historical packet loading impossible.

Changes:
- Added explicit removal of :gpsfixstatus field in packet_consumer.ex
- Added both atom and string key deletion for safety
- Placed removal alongside other field removals like raw_weather_data

This fixes the critical production issue where no packets were being stored,
which prevented historical packet loading from working.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 15:29:24 -05:00
..
aprsme fix: Remove gpsfixstatus field from packet insertion to prevent database errors 2025-08-03 15:29:24 -05:00
aprsme_web updates with parser updates 2025-08-03 09:19:31 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00