From: Andy Scherzinger Date: Thu, 19 Oct 2023 15:05:27 +0000 (+0200) Subject: Support migration from oC 10.13 X-Git-Tag: v26.0.8rc2~1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=25ebde19a02339f3994744bfad60a07930f359d0;p=nextcloud-server.git Support migration from oC 10.13 Signed-off-by: Andy Scherzinger --- diff --git a/version.php b/version.php index b41c7e3cc5e..e5697d3d59b 100644 --- a/version.php +++ b/version.php @@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [ '26.0' => true, ], 'owncloud' => [ - '10.11' => true, + '10.13' => true, ], ];