mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Changed LoTW urls to ''https://lotw.arrl.org/lotwuser' in the SQL schema
This commit is contained in:
parent
6b4c85cd62
commit
8b882a8bee
@ -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`);
|
||||
|
Loading…
Reference in New Issue
Block a user