Allow upgrading from ownCloud 10.11

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/35471/head
Vincent Petry 1 year ago
parent c4157e4653
commit 5fb93b9ebd
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C

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

Loading…
Cancel
Save