Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-02-03 14:59:47 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-02-03 14:59:47 +0300
commit0a66734416e33c8f537c347b24fcc9f46bb37676 (patch)
treec467025e60220dca0f9c7013a93d45f9be957e91 /config
parent621f54da514af548bf900f7a1c64af046f53b86d (diff)
Revert "setting to skip migration tests by default"
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php9
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!
*