Do not allow upgrade from Nextcloud 20

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-02-03 20:07:38 +01:00
parent 6e445aaaf3
commit aefcc03b78
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ $OC_VersionString = '22.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'20.0' => true,
'21.0' => true,
'22.0' => true,
],