feat: upload to external services clublog qrz

This commit is contained in:
2026-05-28 22:52:50 +02:00
parent e82e30dd02
commit 5c004f5e2f
26 changed files with 1710 additions and 31 deletions
@@ -0,0 +1,6 @@
-- 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;