Merge pull request #6878 from nextcloud/allow-migrating-from-10.0.3.3
Allow to migrate from 10.0.3.3
This commit is contained in:
commit
2857d784e9
|
@ -40,6 +40,7 @@ $OC_VersionCanBeUpgradedFrom = [
|
|||
'10.0.0.12' => true,
|
||||
'10.0.1.5' => true,
|
||||
'10.0.2.1' => true,
|
||||
'10.0.3.3' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue