fix: normalization of city name address

This commit is contained in:
2026-05-28 23:23:22 +02:00
parent 5c004f5e2f
commit edda183c16
8 changed files with 216 additions and 50 deletions
@@ -0,0 +1,9 @@
-- Per-profile MY_* DXCC metadata. These were previously derived from the
-- station callsign via cty.dat on every QSO; storing them on the profile
-- lets the user see and override them in Station Information (auto-filled
-- from the callsign, but editable for club/special situations).
ALTER TABLE station_profiles ADD COLUMN my_dxcc INTEGER;
ALTER TABLE station_profiles ADD COLUMN my_cqz INTEGER;
ALTER TABLE station_profiles ADD COLUMN my_ituz INTEGER;
ALTER TABLE station_profiles ADD COLUMN my_lat REAL;
ALTER TABLE station_profiles ADD COLUMN my_lon REAL;