mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changed LoTW urls to ''https://lotw.arrl.org/lotwuser' in the SQL schema
This commit is contained in:
@@ -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`);
|
||||
ADD PRIMARY KEY (`record`);
|
||||
|
||||
Reference in New Issue
Block a user