提交图

18 提交

作者 SHA1 备注 提交日期
Tobias Mädel
b9e53b48ca Fixed CAT database layout, added downlink frequency selection, repaired frequency storage over multiple QSOs 2019-02-25 23:13:09 +01:00
Tobias Mädel
bd91f7aa2c Changed DB layout to UTF8mb4 2019-02-25 17:26:44 +01:00
Tobias Mädel
0487077473
Add auto-increment flag and primary key to station_profile table 2019-02-25 16:48:11 +01:00
Tobias Mädel
3b0f06d554
Changed frequency table to bigint (32bit is not enough for 3cm band) 2019-02-24 18:43:39 +01:00
Peter Goodhall
c8499308aa Fixed SQL 2019-01-05 21:57:57 +00:00
Peter Goodhall
df3de16d5a Creation of station profiles
Station profiles allows you to define a profile for where you are operating from including your operating callsign, gridsquare, dxcc, state, cq, itu and sota.

This is then made available via the "stations" tab when adding a QSO as a drop down.
2019-01-01 19:14:25 +00:00
Peter Goodhall
04198c8371 Added SQL fields to bring Cloudlog log table up to ADIF 3.0.9 spec 2018-12-27 14:02:06 +00:00
Peter Goodhall
624536379c Changed SQL so that in the cat table the satellite fields can be null 2018-12-17 14:43:56 +00:00
g0wfv
85becb126d Add the eqsl_qth_nickname to the users table creation sql 2018-11-30 22:20:09 +00:00
Peter Goodhall
08686b535a
Revert "Lotw url fix" 2017-12-13 13:34:08 +00:00
Warren Volz
17dff29c20 update lotw url
- p1k changed to lotw
2017-12-13 00:13:01 +00:00
Peter Goodhall
6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Dinesh Cyanam
14d443ed84 Changed the table_hrd_contacts_v01 table name to uppercase in the log.sql file. Cloudlog is expecting an uppercase table name 2016-04-08 16:06:21 -04:00
Peter Goodhall
6b8d1b4c78 Added missing config table 2016-01-04 14:54:45 +00:00
Peter Goodhall
ea6335fbf5 Added missing lotw and eqsl fields to sql files 2016-01-04 14:47:42 +00:00
Peter Goodhall
0e2ada2126 Added CAT SQL 2012-04-07 17:42:47 +01:00
Andy Smith
e12163e52b Updated sql/tables/users.sql to add 'user_timezone' column in. (closes: #69) 2011-10-31 18:06:06 +00:00
Graham McIntire
3776ab5c79 moved table dumps in to separate directory 2011-10-22 10:59:23 -05:00