diff --git a/install/assets/install.sql b/install/assets/install.sql index 7cbc03ac..3fccb104 100755 --- a/install/assets/install.sql +++ b/install/assets/install.sql @@ -57,7 +57,7 @@ CREATE TABLE `config` ( -- ---------------------------- -- Records of config -- ---------------------------- -INSERT INTO `config` VALUES ('1', 'https://p1k.arrl.org/lotwuser/lotwreport.adi', 'https://p1k.arrl.org/lotwuser/upload', 'Y', 'https://p1k.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); +INSERT INTO `config` VALUES ('1', 'https://lotw.arrl.org/lotwuser/lotwreport.adi', 'https://lotw.arrl.org/lotwuser/upload', 'Y', 'https://lotw.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); -- ---------------------------- -- Table structure for migrations @@ -476,4 +476,4 @@ ALTER TABLE `dxcc_exceptions` -- Indexes for table `dxcc_prefixes` -- ALTER TABLE `dxcc_prefixes` - ADD PRIMARY KEY (`record`); \ No newline at end of file + ADD PRIMARY KEY (`record`);