mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Allow to migrate from 10.0.3.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8b0842f020
commit
2d1929cb1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue