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 9c2e9f2625
commit 96071d7b77
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

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