.. |
001_add_lotw_credentials.php
|
…
|
|
002_add_config_table.php
|
…
|
|
003_add_lotw_login_url.php
|
…
|
|
004_add_eQSL_login_and_url.php
|
…
|
|
005_add_dxcc_enddate .php
|
…
|
|
005_add_dxcc_enddate.php
|
…
|
|
007_add_dxcc_delete.php
|
…
|
|
008_add_dxcc_entities.php
|
…
|
|
009_add_dxcc_exceptions.php
|
…
|
|
010_add_dxcc_prefixes.php
|
…
|
|
011_add_dxcc_prefixes_start_end.php
|
…
|
|
012_add_dxcc_entities_start.php
|
…
|
|
013_add_dxcc_stored_proc.php
|
…
|
|
014_migration.php
|
…
|
|
015_extenddxccprefix.php
|
…
|
|
016_lotwusers.php
|
…
|
|
017_qslviavarchar.php
|
…
|
|
018_clubloguserfields.php
|
…
|
|
019_forceint_wrongtype.php
|
…
|
|
020_apikeydesc.php
|
…
|
|
021_latlng_wrongtype.php
|
…
|
|
022_mylatlng_wrongtype.php
|
…
|
|
023_col_email_tooshort.php
|
…
|
|
024_add_column_logbookid.php
|
…
|
|
025_create_logbook_table.php
|
…
|
|
026_addfield_to_logbooks_default.php
|
…
|
|
027_addfield_to_logbooks_active.php
|
…
|
|
028_logbooks_setkeys.php
|
…
|
|
029_delete_logbooks_table.php
|
…
|
|
030_delete_logbookid.php
|
…
|
|
031_add_station_id_to_logbook.php
|
…
|
|
032_add_station_active.php
|
…
|
|
033_log_setindex_station_id.php
|
…
|
|
034_add_eqslqthnickname_to_stationprofile.php
|
…
|
|
035_col_mode_tooshort.php
|
…
|
|
036_create_eqsl_images_table.php
|
…
|
|
037_update_lotw_url.php
|
…
|
|
038_create_iota_tables.php
|
…
|
|
039_add_state_to_stationprofile.php
|
…
|
|
040_add_qrz_api_to_stationprofile.php
|
…
|
|
041_create_modes_table.php
|
…
|
|
042_modify_modes_table.php
|
…
|
|
043_add_lotw_certs_table.php
|
…
|
|
044_add_key_to_lotw_certs.php
|
…
|
|
045_add_userid_to_lotw_certs.php
|
…
|
|
046_add_last_upload_to_lotw_certs.php
|
…
|
|
047_add_cert_to_lotw_certs.php
|
…
|
|
048_add_county_to_stationprofile.php
|
…
|
|
049_add_users_measurement_base.php
|
…
|
|
050_add_dateformat_to_users.php
|
…
|
|
051_delete_lotw_userlist_table.php
|
…
|
|
052_add_user_stylesheet.php
|
…
|
|
053_gridsquare_index.php
|
…
|
|
054_add_qsl_images.php
|
Changed Migration so that it checks if qsl_images exists as i kept getting errors jumping around branches :)
|
2020-10-30 16:11:41 +00:00 |
055_add_signature_to_station_profile.php
|
Add migration for sig and sig_info fields
|
2020-11-11 18:10:32 +01:00 |
056_add_qrz_upload_realtime_option.php
|
QRZ Real time upload is false by default
|
2020-11-18 19:53:58 +00:00 |
057_new_stylesheet_default.php
|
Change the way themes are processed
|
2020-12-07 09:55:30 +00:00 |
058_new_options_table.php
|
[Global Options] Created Migration for table "options" and added theme and default
|
2020-12-10 17:45:44 +00:00 |
059_add_default_theme_to_options_table.php
|
[Global Options] Created Migration for table "options" and added theme and default
|
2020-12-10 17:45:44 +00:00 |
060_add_tileserver_to_options.php
|
[Config][Maps] Added Openstreetmap tile server settings to options table
|
2020-12-26 14:58:41 +00:00 |
061_add_lang_to_options.php
|
[Migration] 061 adds language to the options table default to english
|
2021-01-31 13:24:25 +00:00 |
062_add_globalsearch_to_options.php
|
Added Migration to allow Global Search
|
2021-02-09 17:33:20 +00:00 |
063_add_contest_table.php
|
[Contesting] Migration file is needed as well
|
2021-02-12 23:28:09 +01:00 |
064_add_user_sota_lookup.php
|
[QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
|
2021-02-26 10:37:43 +01:00 |
065_changed_dxcc_tables_utf8mb4.php
|
Change DXCC tables to UTF8mb4 this fixes #924
|
2021-03-09 13:52:24 +00:00 |
066_add_user_hide_notes.php
|
[Main menu] And nice to include the migration script as well.
|
2021-03-20 22:35:51 +01:00 |
067_add_index_cqz_prop.php
|
[Migration script] Typo in the script name.
|
2021-03-31 11:56:44 +02:00 |
068_add_cat_timeout_to_options.php
|
[Global Options] Added the option to define the Radio Timeout Warning
|
2021-05-03 14:50:33 +01:00 |
069_add_user_definable_columns.php
|
[User selectable columns] Added the possibility to configure some of the columns shown in the dashboard and in the logbook.
|
2021-05-05 17:52:42 +02:00 |
070_add_fifth_column.php
|
[User selectable columns] Added a fifth column, used only in logbook view. Also fixed a bug when adding user accounts.
|
2021-05-07 08:03:25 +02:00 |
071_add_queries_table.php
|
Fixed down in migration script.
|
2021-10-15 11:14:28 +02:00 |
072_create_station_logbook_table.php
|
Changed order of migration script to not cause trouble with migration script in master.
|
2021-10-06 10:36:50 +02:00 |
073_create_station_logbook_relationship_table.php
|
Changed order of migration script to not cause trouble with migration script in master.
|
2021-10-06 10:36:50 +02:00 |
074_add_userid_to_station_profiles.php
|
Changed order of migration script to not cause trouble with migration script in master.
|
2021-10-06 10:36:50 +02:00 |
075_add_active_station_logbook_to_user_table.php
|
Changed order of migration script to not cause trouble with migration script in master.
|
2021-10-06 10:36:50 +02:00 |
076_theme_table.php
|
Fixed down in migration script.
|
2021-10-15 11:14:28 +02:00 |
077_add_userid_to_notes.php
|
[Migrations] Added checks to see if things exists. Done to avoid trouble when swapping branches.
|
2021-10-12 13:20:41 +02:00 |
078_add_userid_to_hardware.php
|
[Migrations] Added checks to see if things exists. Done to avoid trouble when swapping branches.
|
2021-10-12 13:20:41 +02:00 |
079_add_userid_to_api.php
|
[Migration] Fixes issue when user_id already exists with the api table.
|
2021-10-06 11:16:54 +01:00 |