Files
OpsLog/internal/db/migrations/0013_profile_owner_callsign.sql
2026-05-28 21:32:46 +02:00

8 lines
466 B
SQL

-- The profile already stores the station callsign (callsign — what's
-- transmitted) and the operator callsign (operator — who is actually
-- working the radio). Some setups need a third: owner_callsign, the
-- legal owner of the station. This matters at a club station or a
-- remote setup where the operator and owner aren't the same person.
-- ADIF maps this to STATION_OWNER.
ALTER TABLE station_profiles ADD COLUMN owner_callsign TEXT NOT NULL DEFAULT '';