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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-28 11:20:32 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-28 11:20:32 +0300
commit95b3a4dc1b59ddf741c7cdb4aa583fc14c89ba0d (patch)
tree5bc1cc917d6a2b3cb529df1533d842b36b279400 /version.php
parent3fb7de2dfb5099e4acb4f19b3038fb7acb5321c1 (diff)
Disable OC Migration until we found a path to do it
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/version.php b/version.php
index 011c693d7b3..1e44a19368e 100644
--- a/version.php
+++ b/version.php
@@ -37,7 +37,6 @@ $OC_VersionCanBeUpgradedFrom = [
'12.0' => true,
],
'owncloud' => [
- '10.0' => true,
],
];