diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-28 10:31:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 10:31:21 +0200 |
commit | df2ad641f4422543c0f297b5abeffff29854f8d3 (patch) | |
tree | 5bc1cc917d6a2b3cb529df1533d842b36b279400 | |
parent | 3fb7de2dfb5099e4acb4f19b3038fb7acb5321c1 (diff) | |
parent | 95b3a4dc1b59ddf741c7cdb4aa583fc14c89ba0d (diff) | |
download | nextcloud-server-df2ad641f4422543c0f297b5abeffff29854f8d3.tar.gz nextcloud-server-df2ad641f4422543c0f297b5abeffff29854f8d3.zip |
Merge pull request #4576 from nextcloud/disable-oc-migration-until-we-found-a-path
Disable OC Migration until we found a path to do it
-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, ], ]; |