Peter Goodhall
2d4a83dcc8
was missing .php extention (doh)
2019-10-05 22:54:36 +01:00
Kim - DG9VH
9355e5c945
Rename 034_col_mode_tooshort to 035_col_mode_tooshort
2019-10-05 23:50:53 +02:00
Kim - DG9VH
b68b181d00
Update 034_col_mode_tooshort
2019-10-05 23:48:18 +02:00
Kim - DG9VH
5ac709db27
set size from varchar(10) to varchar(12)
...
see http://www.adif.org/304/ADIF_304.htm#Mode_Enumeration and https://github.com/magicbug/Cloudlog/issues/359
2019-10-05 21:40:01 +02:00
Peter Goodhall
2a8f7f9272
Added a function to assign all QSOs to station profile number 1 and added table field into station profile for eqsl nickname
2019-10-03 12:56:25 +01:00
Peter Goodhall
76e24b545d
Added migration to set the station_id to indexed also created a second station model that returns qso count so that sped things up
2019-09-25 00:38:13 +01:00
Peter Goodhall
1c3dc32c23
Added extra fields
2019-09-23 16:34:18 +01:00
Peter Goodhall
e15f3cdde2
Removed yesterdays work decided against its method of implimentation
2019-09-23 16:27:10 +01:00
Peter Goodhall
50544cfb05
fixed migration cock up
2019-09-22 21:51:55 +01:00
Peter Goodhall
66231b52d2
started the logbook table
2019-09-22 21:23:09 +01:00
Peter Goodhall
3449ac627d
Added migration file to create a logbook_id
2019-09-22 20:57:07 +01:00
Peter Goodhall
33f967d664
Email col far to short
2019-09-16 22:15:14 +01:00
Peter Goodhall
3e30310d01
changed my_lat and my_lng data types due to adif spec
2019-09-16 22:11:12 +01:00
Peter Goodhall
ac58d90cf2
Lat long stored as strong type for whats expected of ADIF.
2019-09-16 21:45:59 +01:00
Tobias Mädel
eac07da0c0
Remove static table name from migrations
2019-07-24 10:33:10 +02:00
Peter Goodhall
d6b447ea1f
Added a migration file to create a description in the api table to start #287
2019-06-30 22:26:00 +01:00
Peter Goodhall
2641634892
Fixed issue where FORCE_INT and SWL columns where incorrectly setup by the old HRD schema.
2019-06-30 22:02:07 +01:00
Peter Goodhall
45a809c331
Added inputs and table columns to start supporting Clublog uploading
2019-06-19 14:14:10 +01:00
Peter Goodhall
9fb7d82702
Created mirgration file to change the logbook table field COL_QSL_VIA from 60 char to 255
2019-06-16 21:45:10 +01:00
Peter Goodhall
6cfbf774cb
Added code to import lotw-useractivity.csv for displaying if users on lotw
...
The csv can be imported by using /index.php/lotw/load_users need to impliment frontend next
2019-06-16 14:31:23 +01:00
Michael Cullen
fb1e949acf
dxcc tables: extend prefix/call field to 32 characters
...
While importing the clublog data, I noticed there's an entry
with a 11 character callsign. This is longer than the 10 characters
allowed for the field, causing a problem. This commit extends it to
32 characters, which should be more than enough, while also being a
power of 2.
fixes #272
2019-05-17 02:01:55 +01:00
Tobias Mädel
b1e005d399
Add station_profile migration
2019-02-26 19:31:54 +01:00
Tobias Mädel
0e6a7bf8d1
Migration can now be run on any old installation and
...
should update the layout properly
2019-02-26 19:31:47 +01:00
Tobias Mädel
98bbf93eac
Database migration & cleaup
2019-02-26 19:31:33 +01:00
Andy
35363f2374
Stored Proc for DXCC info
2016-02-28 14:09:08 +00:00
Andy
3459a81098
DXCC match on date as well as callsign. Table schema updates
2016-02-23 22:00:35 +00:00
Andy
71586bb1e5
New tables for full clublog DXCC import
2016-02-17 15:06:43 +00:00
Peter Goodhall
58913ff03e
fixed typo
2014-03-03 22:37:51 +00:00
Peter Goodhall
c7a076f8a5
automated downloading of clublog cty xml file
2014-03-03 01:26:26 +00:00
Corby Krick
07e2d5c6d7
Actually, this needs to do an UPDATE, not an insert...
2013-08-17 10:26:43 -05:00
Corby Krick
25d777741f
Getting some bits in for downloading eQSL reports.
2013-08-07 18:40:16 -05:00
Corby Krick
d014e24317
Working prototype of LoTW file upload. Needs a bit of polish yet.
2013-03-05 19:19:52 -06:00
Corby Krick
364bb9541e
Adding a primary key just for SQL sanity sake :)
2013-02-26 22:10:14 -06:00
Corby Krick
f630dde7ce
Moving LoTW config elements to a config table in the database. The config table is created and populated via migration. Removing the config elements from the sample config file.
2013-02-26 22:04:35 -06:00
Corby Krick
266cd3f021
Turning on migration, adding a migration to add lotw credentials to the database, and removing a sample migration.
2013-02-24 17:58:36 -06:00
Peter Goodhall
f2b50c4573
Added Basic Files
2011-04-25 16:24:01 +01:00