summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-10-27 21:25:11 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-10-28 09:51:17 +0100
commit99b26d69167762bdb05b5d50f356df2fde516b7b (patch)
tree08052d23d79dabb6c3b53344a428d5231c622373 /config
parentdaf14861e4dd3dc20c6a40cbb578e2e5bbf93d02 (diff)
downloadnextcloud-server-99b26d69167762bdb05b5d50f356df2fde516b7b.tar.gz
nextcloud-server-99b26d69167762bdb05b5d50f356df2fde516b7b.zip
Revert "setting to skip migration tests by default"
This reverts commit 7cbdd9b90bcea3566b7d0198f23da3d427e6ef45.
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 57ab586cb2f..288e3a01cff 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1153,15 +1153,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!
*