aprs.me/priv/repo
Graham McIntire ead0be4434
db: drop 10 unused legacy columns from packets table
Dead fields left over from the original parser schema: srccallsign,
dstcallsign, origpacket, header, body, alive, posambiguity,
symboltable, symbolcode, messaging. None are declared in the Packet
schema, none are read anywhere in lib/ or test/, and Packet.strip_dead_fields/1
already removed them from attrs before insert.

In environments where ConsolidatePacketsColumns (20260220230000)
already DROP/RECREATEd the table without these columns the migration
is a safety-net no-op thanks to IF EXISTS; otherwise it ALTERs the
parent partitioned table and Postgres cascades to all partitions.
2026-04-21 10:15:04 -05:00
..
migrations db: drop 10 unused legacy columns from packets table 2026-04-21 10:15:04 -05:00
seeds.exs refactor to use external parser 2025-06-24 14:22:09 -05:00