diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-17 11:18:43 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-18 10:49:04 +0200 |
commit | dd6c9cb03d8a81c242c34f3d3c2f79090b383779 (patch) | |
tree | 10bd55943d6209369a21c3f6b9f749c7b5cd88ca /version.php | |
parent | 2259140e3b0157bd6acc80418c80a5ec05796993 (diff) | |
download | nextcloud-server-dd6c9cb03d8a81c242c34f3d3c2f79090b383779.tar.gz nextcloud-server-dd6c9cb03d8a81c242c34f3d3c2f79090b383779.zip |
Allow migrating from ownCloud 10.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version.php b/version.php index 37e15f35e1f..8673939044f 100644 --- a/version.php +++ b/version.php @@ -37,6 +37,7 @@ $OC_VersionCanBeUpgradedFrom = [ '12.0' => true, ], 'owncloud' => [ + '10.0.0.12' => true, ], ]; |