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> |
||
|---|---|---|
| .. | ||
| aprsme | ||
| aprsme_web | ||
| aprs_web.ex | ||
| aprsme.ex | ||