adjusted migration comments (all c+p)

This commit is contained in:
HB9HIL
2024-01-18 01:00:24 +01:00
parent 00375acab0
commit fcb0a8731a
17 changed files with 18 additions and 34 deletions

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds the theme 'default' as standard/default theme to wavelog.
*/
class Migration_add_default_theme_to_options_table extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds the url for the maptileserver to the options table in wavelog
*/
class Migration_add_tileserver_to_options extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration set's english as default language in the options table
*/
class Migration_add_lang_to_options extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds the global_search to the options table.
*/
class Migration_add_globalsearch_to_options extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This adds user_sota_lookup to the users table.
*/
class Migration_add_user_sota_lookup extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration converts the dxcc_* tables to a utf8mb4 charachter set.
*/
class Migration_changed_dxcc_tables_utf8mb4 extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This allows the user to disable notes in the header menu.
*/
class Migration_add_user_hide_notes extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds index to COL_CQZ and COL_PROP_MODE in the QSO table.
*/
class Migration_add_index_cqz_prop extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds a value to the options table which is used as cat_timeout
*/
class Migration_add_cat_timeout_to_options extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration allows the user to define which columns are shown in the logbook.
*/
class Migration_add_user_definable_columns extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds a fifth column recarding to migration no. 69
*/
class Migration_add_fifth_column extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* Initial creation of the station logbooks database
*/
class Migration_create_station_logbook_table extends CI_Migration {

View File

@@ -3,8 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* Next step after Migration No. 72 is to create a datatable which contains the relations
* between station logbooks and station locations.
*/
class Migration_create_station_logbook_relationship_table extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* Allows the user to set which station logbook is the active/selected at the moment.
*/
class Migration_add_active_station_logbook_to_user_table extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* Same as Migration No. 073
*/
class Migration_create_station_logbook_relationship_table2 extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This migration adds an trigger for the switch from 1.* to 2.*
*/
class Migration_add_version_two_trigger_to_options extends CI_Migration {

View File

@@ -3,8 +3,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
/*
* This migration creates a table called options which will hold global options needed within wavelog
* removing the need for lots of configuration files.
* This adds the version to the database.
*/
class Migration_add_version_to_config extends CI_Migration {