.. |
001_add_lotw_credentials.php
|
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 |
002_add_config_table.php
|
Adding a primary key just for SQL sanity sake :)
|
2013-02-26 22:10:14 -06:00 |
003_add_lotw_login_url.php
|
Working prototype of LoTW file upload. Needs a bit of polish yet.
|
2013-03-05 19:19:52 -06:00 |
004_add_eQSL_login_and_url.php
|
Actually, this needs to do an UPDATE, not an insert...
|
2013-08-17 10:26:43 -05:00 |
005_add_dxcc_enddate .php
|
automated downloading of clublog cty xml file
|
2014-03-03 01:26:26 +00:00 |
005_add_dxcc_enddate.php
|
fixed typo
|
2014-03-03 22:37:51 +00:00 |
007_add_dxcc_delete.php
|
automated downloading of clublog cty xml file
|
2014-03-03 01:26:26 +00:00 |
008_add_dxcc_entities.php
|
New tables for full clublog DXCC import
|
2016-02-17 15:06:43 +00:00 |
009_add_dxcc_exceptions.php
|
New tables for full clublog DXCC import
|
2016-02-17 15:06:43 +00:00 |
010_add_dxcc_prefixes.php
|
New tables for full clublog DXCC import
|
2016-02-17 15:06:43 +00:00 |
011_add_dxcc_prefixes_start_end.php
|
DXCC match on date as well as callsign. Table schema updates
|
2016-02-23 22:00:35 +00:00 |
012_add_dxcc_entities_start.php
|
DXCC match on date as well as callsign. Table schema updates
|
2016-02-23 22:00:35 +00:00 |
013_add_dxcc_stored_proc.php
|
Stored Proc for DXCC info
|
2016-02-28 14:09:08 +00:00 |
014_migration.php
|
Add station_profile migration
|
2019-02-26 19:31:54 +01:00 |
015_extenddxccprefix.php
|
dxcc tables: extend prefix/call field to 32 characters
|
2019-05-17 02:01:55 +01:00 |
016_lotwusers.php
|
Added code to import lotw-useractivity.csv for displaying if users on lotw
|
2019-06-16 14:31:23 +01:00 |
017_qslviavarchar.php
|
Remove static table name from migrations
|
2019-07-24 10:33:10 +02:00 |
018_clubloguserfields.php
|
Added inputs and table columns to start supporting Clublog uploading
|
2019-06-19 14:14:10 +01:00 |
019_forceint_wrongtype.php
|
Remove static table name from migrations
|
2019-07-24 10:33:10 +02:00 |
020_apikeydesc.php
|
Added a migration file to create a description in the api table to start #287
|
2019-06-30 22:26:00 +01:00 |
021_latlng_wrongtype.php
|
Lat long stored as strong type for whats expected of ADIF.
|
2019-09-16 21:45:59 +01:00 |
022_mylatlng_wrongtype.php
|
changed my_lat and my_lng data types due to adif spec
|
2019-09-16 22:11:12 +01:00 |
023_col_email_tooshort.php
|
Email col far to short
|
2019-09-16 22:15:14 +01:00 |
024_add_column_logbookid.php
|
fixed migration cock up
|
2019-09-22 21:51:55 +01:00 |
025_create_logbook_table.php
|
fixed migration cock up
|
2019-09-22 21:51:55 +01:00 |
026_addfield_to_logbooks_default.php
|
fixed migration cock up
|
2019-09-22 21:51:55 +01:00 |
027_addfield_to_logbooks_active.php
|
fixed migration cock up
|
2019-09-22 21:51:55 +01:00 |
028_logbooks_setkeys.php
|
started the logbook table
|
2019-09-22 21:23:09 +01:00 |
029_delete_logbooks_table.php
|
Removed yesterdays work decided against its method of implimentation
|
2019-09-23 16:27:10 +01:00 |
030_delete_logbookid.php
|
Removed yesterdays work decided against its method of implimentation
|
2019-09-23 16:27:10 +01:00 |
031_add_station_id_to_logbook.php
|
Added extra fields
|
2019-09-23 16:34:18 +01:00 |
032_add_station_active.php
|
Added extra fields
|
2019-09-23 16:34:18 +01:00 |
033_log_setindex_station_id.php
|
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 |
034_add_eqslqthnickname_to_stationprofile.php
|
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 |
035_col_mode_tooshort.php
|
was missing .php extention (doh)
|
2019-10-05 22:54:36 +01:00 |
036_create_eqsl_images_table.php
|
Wrong migration numbering
|
2020-03-02 20:44:59 +00:00 |
037_update_lotw_url.php
|
Migration file to fix LOTW url issue
|
2020-03-12 15:04:42 +00:00 |
038_create_iota_tables.php
|
Changed migration table number
|
2020-03-20 20:00:36 +00:00 |
039_add_state_to_stationprofile.php
|
Added US state to station profile options
|
2020-04-08 17:00:25 +01:00 |
040_add_qrz_api_to_stationprofile.php
|
Added pushing of QSOs to QRZ.
|
2020-05-07 17:35:58 +02:00 |