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
This commit is contained in:
Joas Schilling 2017-04-28 10:31:21 +02:00 committed by GitHub
commit df2ad641f4
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ $OC_VersionCanBeUpgradedFrom = [
'12.0' => true,
],
'owncloud' => [
'10.0' => true,
],
];