Files
OpsLog/internal/db/migrations/0021_profile_op_name.sql
T
2026-06-11 21:54:35 +02:00

5 lines
297 B
SQL

-- Operator's personal name (e.g. "Greg"), distinct from the ADIF OPERATOR
-- callsign. Used by the QSL card designer for the signature/script line; may
-- feed correspondence and exports later. Optional, blank by default.
ALTER TABLE station_profiles ADD COLUMN op_name TEXT NOT NULL DEFAULT '';