5 lines
297 B
SQL
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 '';
|