Cloudlog/sql/tables
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
..
cat.sql Added Features to allow SatPC32 to act as a Radio interface with Cloudlog 2016-11-16 16:59:53 +00:00
config.sql Added missing config table 2016-01-04 14:54:45 +00:00
contest_template.sql moved table dumps in to separate directory 2011-10-22 10:59:23 -05:00
contests.sql moved table dumps in to separate directory 2011-10-22 10:59:23 -05:00
dxcc.sql moved table dumps in to separate directory 2011-10-22 10:59:23 -05:00
log.sql 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
notes.sql moved table dumps in to separate directory 2011-10-22 10:59:23 -05:00
timezones.sql moved table dumps in to separate directory 2011-10-22 10:59:23 -05:00
users.sql Added missing lotw and eqsl fields to sql files 2016-01-04 14:47:42 +00:00