diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-02-03 12:59:47 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-02-03 12:59:47 +0100 |
commit | 0a66734416e33c8f537c347b24fcc9f46bb37676 (patch) | |
tree | c467025e60220dca0f9c7013a93d45f9be957e91 /config | |
parent | 621f54da514af548bf900f7a1c64af046f53b86d (diff) | |
download | nextcloud-server-0a66734416e33c8f537c347b24fcc9f46bb37676.tar.gz nextcloud-server-0a66734416e33c8f537c347b24fcc9f46bb37676.zip |
Revert "setting to skip migration tests by default"
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index bdbf3f42046..81a02efb3f7 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1196,15 +1196,6 @@ $CONFIG = array( 'debug' => false, /** - * Skips the migration test during upgrades - * - * If this is set to true the migration test are deactivated during upgrade. - * This is only recommended in installations where upgrade tests are run in - * advance with the same data on a test system. - */ -'update.skip-migration-test' => false, - -/** * This entry is just here to show a warning in case somebody copied the sample * configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION! * |