forked from 7h0ma5/QLog
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of QSO Fields: - CNTY_ALT - DCL_QSLRDATE - DCL_QSLSDATE - DCL_QSL_RCVD - DCL_QSL_SENT - MORSE_KEY_INFO - MORSE_KEY_TYPE - MY_CNTY_ALT - MY_DARC_DOK - MY_MORSE_KEY_INFO - MY_MORSE_KEY_TYPE - QRZCOM_QSO_DOWNLOAD_DATE - QRZCOM_QSO_DOWNLOAD_STATUS - QSLMSG_RCVD
- Loading branch information
Showing
13 changed files
with
195 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
UPDATE modes SET submodes = '["FMHELL", "FSKHELL", "HELL80", "HELLX5", "HELLX9", "HFSK", "PSKHELL", "SLOWHELL", "FSKH245", "FSKH105"]' WHERE name = 'HELL'; | ||
|
||
ALTER TABLE contacts ADD cnty_alt TEXT; | ||
ALTER TABLE contacts ADD dcl_qslrdate TEXT; | ||
ALTER TABLE contacts ADD dcl_qslsdate TEXT; | ||
ALTER TABLE contacts ADD dcl_qsl_rcvd TEXT; | ||
ALTER TABLE contacts ADD dcl_qsl_sent TEXT; | ||
ALTER TABLE contacts ADD morse_key_info TEXT; | ||
ALTER TABLE contacts ADD morse_key_type TEXT; | ||
ALTER TABLE contacts ADD my_cnty_alt TEXT; | ||
ALTER TABLE contacts ADD my_darc_dok TEXT; | ||
ALTER TABLE contacts ADD my_morse_key_info TEXT; | ||
ALTER TABLE contacts ADD my_morse_key_type TEXT; | ||
ALTER TABLE contacts ADD qrzcom_qso_download_date TEXT; | ||
ALTER TABLE contacts ADD qrzcom_qso_download_status TEXT; | ||
ALTER TABLE contacts ADD qslmsg_rcvd TEXT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.