misc_pterodactyl-panel/database/migrations
Belldandu fc2b7b5982 Update 2017_04_20_171943_AddScriptsToServiceOptions.php (#404)
Currently mysql does not support defaults for text and blobs without disabling strict mode in 5.7. https://dev.mysql.com/doc/refman/5.7/en/blob.html

Mariadb (a drop in replacement for mysql my by the same team of devs as mysql) also doesnt support defaults text and blobs until 10.2.1 (there is no stable release, 10.2.5 is a release candidate) which isnt available on non-bleeding edge distro's. No one is going to install an unstable release of mariadb on production servers. https://mariadb.com/kb/en/mariadb/text/
Latest release for ubuntu xenial is 10.0.29-MariaDB

So for now we change text to string for values that have defaults until defaults are more widely supported for TEXT and BLOB mysql values.
2017-04-23 16:29:54 -04:00
..
2016_01_23_195641_add_allocations_table.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_01_23_195851_add_api_keys.php Update 2016_01_23_195851_add_api_keys.php 2016-01-23 20:00:11 -05:00
2016_01_23_200044_add_api_permissions.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_200159_add_downloads.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_200421_create_failed_jobs_table.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_01_23_200440_create_jobs_table.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_01_23_200528_add_locations.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_200648_add_nodes.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_201433_add_password_resets.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_201531_add_permissions.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_201649_add_server_variables.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_01_23_201748_add_servers.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_202544_add_service_options.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_01_23_202731_add_service_varibles.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_202943_add_services.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_203119_create_settings_table.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_203150_add_subusers.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_203159_add_users.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_23_203947_create_sessions_table.php Update migrations 2016-01-23 15:42:25 -05:00
2016_01_25_234418_rename_permissions_column.php fix column name in permissions; closes #41 2016-01-25 18:45:34 -05:00
2016_02_07_172148_add_databases_tables.php Add basic support for per-server databases 2016-02-08 18:03:05 -05:00
2016_02_07_181319_add_database_servers_table.php Add basic support for per-server databases 2016-02-08 18:03:05 -05:00
2016_02_13_154306_add_service_option_default_startup.php Add per-service-option startup & executable 2016-02-13 17:29:52 -05:00
2016_02_20_155318_add_unique_service_field.php Make file field unique 2016-02-20 15:59:04 -05:00
2016_02_27_163411_add_tasks_table.php Fix tasks to use proper cron syntax 2016-02-28 22:37:58 -05:00
2016_02_27_163447_add_tasks_log_table.php add basic scheduler and queue processing for tasks 2016-02-27 18:35:12 -05:00
2016_03_18_155649_add_nullable_field_lastrun.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_08_30_212718_add_ip_alias.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_08_30_213301_modify_ip_storage_method.php revert accidental changes to migrations 2017-02-12 17:38:15 +01:00
2016_09_01_193520_add_suspension_for_servers.php Add support for suspension 2016-09-01 21:16:38 -04:00
2016_09_01_211924_remove_active_column.php Remove old 'active' column and replace some references with 'suspended' in place 2016-09-01 21:21:01 -04:00
2016_09_02_190647_add_sftp_password_storage.php Add support for viewing SFTP password in panel 2016-09-02 19:26:48 -04:00
2016_09_04_171338_update_jobs_tables.php Add two migrations to handle a jobs driver change for databases in 5.3 2016-09-04 17:21:41 -04:00
2016_09_04_172028_update_failed_jobs_table.php Add two migrations to handle a jobs driver change for databases in 5.3 2016-09-04 17:21:41 -04:00
2016_09_04_182835_create_notifications_table.php Implement base notifications support (#77) 2016-09-05 12:00:56 -04:00
2016_09_07_163017_add_unique_identifier.php Add seeders for services, cleanup environment setters 2016-09-07 17:48:20 -04:00
2016_09_14_145945_allow_longer_regex_field.php Allow longer regex 2016-09-14 18:36:33 -04:00
2016_09_17_194246_add_docker_image_column.php revert accidental changes to migrations 2017-02-12 17:38:15 +01:00
2016_09_21_165554_update_servers_column_name.php Somehow this migration slipped through and was never added 2016-09-21 16:57:39 -04:00
2016_09_29_213518_rename_double_insurgency.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_10_07_152117_build_api_log_table.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_10_14_164802_update_api_keys.php Add initial basic API changes 2016-10-14 20:22:23 -04:00
2016_10_23_181719_update_misnamed_bungee.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_10_23_193810_add_foreign_keys_servers.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_201624_add_foreign_allocations.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_10_23_202222_add_foreign_api_keys.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_202703_add_foreign_api_permissions.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_202953_add_foreign_database_servers.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_203105_add_foreign_databases.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_203335_add_foreign_nodes.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_203522_add_foreign_permissions.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_10_23_203857_add_foreign_server_variables.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_10_23_204157_add_foreign_service_options.php fix @DaneEveritt grepping arround 2017-02-13 23:20:49 +01:00
2016_10_23_204321_add_foreign_service_variables.php fix @DaneEveritt grepping arround 2017-02-13 23:20:49 +01:00
2016_10_23_204454_add_foreign_subusers.php Add foreign keys to all necessary tables 👏 2016-10-23 20:48:34 -04:00
2016_10_23_204610_add_foreign_tasks.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_11_04_000949_add_ark_service_option_fixed.php Apply fixes from StyleCI 2016-12-07 22:46:38 +00:00
2016_11_11_220649_add_pack_support.php Remove build settings from packs. 2017-01-27 16:21:25 -05:00
2016_11_11_231731_set_service_name_unique.php Push changes that support creations of service packs and basic listing 2016-11-15 20:20:32 -05:00
2016_11_27_142519_add_pack_column.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2016_12_01_173018_add_configurable_upload_limit.php Show file upload size limit when uploading files 2016-12-01 18:32:05 -05:00
2016_12_02_185206_correct_service_variables.php fix @DaneEveritt grepping arround 2017-02-13 23:20:49 +01:00
2017_01_03_150436_fix_misnamed_option_tag.php Apply fixes from StyleCI 2017-01-03 22:46:30 +00:00
2017_01_07_154228_create_node_configuration_tokens_table.php replace manual json headers with laravel response()->json() 2017-01-08 15:21:02 +01:00
2017_01_12_135449_add_more_user_data.php Apply fixes from StyleCI 2017-01-12 20:48:12 +00:00
2017_02_02_175548_UpdateColumnNames.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2017_02_03_140948_UpdateNodesTable.php Model updates for Database Management in ACP 2017-02-03 15:19:14 -05:00
2017_02_03_155554_RenameColumns.php New models for node and location admin pages. 2017-02-03 16:50:28 -05:00
2017_02_05_164123_AdjustColumnNames.php Completed model updates for Services 2017-02-05 17:58:17 -05:00
2017_02_05_164516_AdjustColumnNamesForServicePacks.php Completed model updates for Services 2017-02-05 17:58:17 -05:00
2017_02_09_174834_SetupPermissionsPivotTable.php Apply fixes from StyleCI (#294) 2017-02-12 15:10:39 -05:00
2017_02_10_171858_UpdateAPIKeyColumnNames.php API Model updates. 2017-02-10 17:29:10 -05:00
2017_03_03_224254_UpdateNodeConfigTokensColumns.php Apply fixes from StyleCI (#331) 2017-03-03 23:38:21 -05:00
2017_03_05_212803_DeleteServiceExecutableOption.php Add missing semicolon 2017-03-18 16:05:19 -04:00
2017_03_10_162934_AddNewServiceOptionsColumns.php Fixes migrations to actually rollback all the way. 2017-04-19 18:43:32 -04:00
2017_03_10_173607_MigrateToNewServiceSystem.php Actually save the changes so we don't end up with duplicates... 2017-03-18 13:53:22 -04:00
2017_03_11_215455_ChangeServiceVariablesValidationRules.php Fix typo in migration script that deleted regex from non-required vars 2017-03-19 11:21:05 -04:00
2017_03_12_150648_MoveFunctionsFromFileToDatabase.php More StyleCI... 2017-03-12 16:35:25 -04:00
2017_03_14_175631_RenameServicePacksToSingluarPacks.php Add initial pack creation and overview pages 2017-03-14 21:18:36 -04:00
2017_03_14_200326_AddLockedStatusToTable.php Add initial pack creation and overview pages 2017-03-14 21:18:36 -04:00
2017_03_16_181109_ReOrganizeDatabaseServersToDatabaseHost.php Add database host management to panel. 2017-03-16 19:35:29 -04:00
2017_03_16_181515_CleanupDatabasesDatabase.php Add database host management to panel. 2017-03-16 19:35:29 -04:00
2017_03_18_204953_AddForeignKeyToPacks.php Minor fixes 2017-03-18 20:52:02 -04:00
2017_03_31_221948_AddServerDescriptionColumn.php Add server descriptions, closes #338 🐖 2017-03-31 23:07:19 -04:00
2017_04_02_163232_DropDeletedAtColumnFromServers.php Move API to use JSON:API standards and fractal serializer 2017-04-02 16:51:56 -04:00
2017_04_15_125021_UpgradeTaskSystem.php Do things correctly... 2017-04-15 23:40:11 -04:00
2017_04_20_171943_AddScriptsToServiceOptions.php Update 2017_04_20_171943_AddScriptsToServiceOptions.php (#404) 2017-04-23 16:29:54 -04:00
2017_04_21_151432_AddServiceScriptTrackingToServers.php Add ability to change service implementation for a server. 2017-04-21 17:52:44 -04:00