]> source.dussan.org Git - nextcloud-server.git/commitdiff
Support migration from oC 10.13 40989/head
authorAndy Scherzinger <info@andy-scherzinger.de>
Thu, 19 Oct 2023 15:05:27 +0000 (17:05 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 15:05:27 +0000 (17:05 +0200)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
version.php

index b41c7e3cc5ec351aaaf29c994bfc8b6b23d9326a..e5697d3d59bfd6565d1fdb8065b21125d9ec59d3 100644 (file)
@@ -41,7 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [
                '26.0' => true,
        ],
        'owncloud' => [
-               '10.11' => true,
+               '10.13' => true,
        ],
 ];