diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-28 10:20:32 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-28 10:20:32 +0200 |
commit | 95b3a4dc1b59ddf741c7cdb4aa583fc14c89ba0d (patch) | |
tree | 5bc1cc917d6a2b3cb529df1533d842b36b279400 /version.php | |
parent | 3fb7de2dfb5099e4acb4f19b3038fb7acb5321c1 (diff) | |
download | nextcloud-server-95b3a4dc1b59ddf741c7cdb4aa583fc14c89ba0d.tar.gz nextcloud-server-95b3a4dc1b59ddf741c7cdb4aa583fc14c89ba0d.zip |
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.php | 1 |
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, ], ]; |