Files

7 lines
397 B
SQL

-- QRZ.com Logbook upload tracking. Like Clublog / HRDLog, QRZ.com is an
-- upload target: we stamp QRZCOM_QSO_UPLOAD_STATUS (and DATE) so OpsLog
-- can track which QSOs still need pushing and round-trip the standard
-- ADIF fields. Confirmations panel exposes the default status.
ALTER TABLE qso ADD COLUMN qrzcom_qso_upload_date TEXT;
ALTER TABLE qso ADD COLUMN qrzcom_qso_upload_status TEXT;