feat: status bar added
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- QRZ.com confirmation (download) tracking. Mirrors the upload columns from
|
||||
-- 0014: QRZCOM_QSO_DOWNLOAD_STATUS = 'Y' when QRZ reports the QSO as
|
||||
-- confirmed (matched by the other op), with the date it was pulled.
|
||||
ALTER TABLE qso ADD COLUMN qrzcom_qso_download_date TEXT;
|
||||
ALTER TABLE qso ADD COLUMN qrzcom_qso_download_status TEXT;
|
||||
Reference in New Issue
Block a user