aprs.me/priv
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
..
gettext Partition packets table by day and simplify cleanup 2026-02-20 11:25:16 -06:00
gleam Fix Docker deployment with Gleam integration 2025-07-18 14:06:36 -05:00
heroicons vendor heroicons 16/solid SVGs to priv 2026-03-15 14:07:56 -05:00
repo db: drop 10 unused legacy columns from packets table 2026-04-21 10:15:04 -05:00
static feat: add sitemap.xml, api-catalog, and agent-discovery Link headers 2026-04-17 13:31:21 -05:00