aprs.me/test
Graham McIntire c59744f352
Fix ArgumentError for unknown field :phg in schema
The :phg field was being added as a map to packet attributes, but it's
not a database field. PHG data should be split into individual fields
(phg_power, phg_height, phg_gain, phg_directivity) which are actual
database columns.

Removed the :phg map from being added to attributes. The put_phg_fields
function already handles extracting individual PHG components.

Updated tests to check for individual PHG fields instead of the map.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 12:27:19 -05:00
..
aprsme Fix ArgumentError for unknown field :phg in schema 2025-07-28 12:27:19 -05:00
aprsme_web Fix all failing tests 2025-07-25 14:14:04 -05:00
assets/js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
integration performance improvements 2025-07-08 10:03:52 -05:00
support refactor 2025-07-13 16:49:20 -05:00
types refactor to use external parser 2025-06-24 14:22:09 -05:00
test_helper.exs Optimize test suite performance - 32.5% faster execution 2025-07-21 09:23:07 -05:00