Allow upgrading from ownCloud 10.11

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2022-11-28 21:55:07 +01:00 committed by backportbot-nextcloud[bot]
parent 720c7e4881
commit aeefd41b87

View file

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