Wykres commitów

16 Commity (9ba0bdde61409b7e79ba6793a2e9fd90ef4fa5a2)

Autor SHA1 Wiadomość Data
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
Graham McIntire fca4b13080 Removed outdated initial sql import file 2015-03-16 09:31:22 -05: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
Graham McIntire 5e11e22c9a consolidated all tables in to a single db import 2011-10-22 10:59:00 -05:00
Andy Smith be574ac706 * Initial implementation of 'add' API call
* Fixed duplicate timezones (reimport sql/timezones.sql) (closes #48)
2011-09-30 16:51:35 +01:00
Andy Smith 000d34768b * Implemented user timezones (closes #48)
* Added 'user_timezone' field to table 'users'
* Added 'timezones' table
2011-09-27 23:47:25 +01:00
Andy Smith 37dbe1f8b1 Updated users table 2011-08-19 21:36:53 +01:00
Peter Goodhall fe8f8cd5b0 Added example log.sql 2011-08-18 17:26:45 +01:00
Andy Smith bcc4863079 SQL tables for contests 2011-08-18 02:28:13 +01:00
Andy Smith 2a0bc9ac1c SQL for users table 2011-08-18 01:37:08 +01:00
Peter Goodhall a22c71b69b Added DXCC and Notes SQL Dumps 2011-06-18 18:31:26 +01:00