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
parent c4157e4653
commit 5fb93b9ebd
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 1 additions and 0 deletions

View File

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