Allow upgrade from oc 10.5

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-09-25 09:03:34 +02:00
parent adc00127ab
commit cc9825c70d
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -40,6 +40,7 @@ $OC_VersionCanBeUpgradedFrom = [
'20.0' => true,
],
'owncloud' => [
'10.5' => true,
],
];