increase version number of files and migration trigger
This commit is contained in:
parent
a59b5249d3
commit
7af67eb630
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ if (version_compare(\OCP\Config::getSystemValue('version', '0.0.0'), '7.0.0', '<
|
|||
\OCP\Config::deleteSystemValue('maxZipInputSize');
|
||||
}
|
||||
|
||||
if (version_compare(\OCP\Config::getAppValue('files', 'installed_version'), '1.1.8', '<')) {
|
||||
if (version_compare(\OCP\Config::getAppValue('files', 'installed_version'), '1.1.9', '<')) {
|
||||
|
||||
// update wrong mimetypes
|
||||
$wrongMimetypes = array(
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1.8
|
||||
1.1.9
|
||||
|
|
Loading…
Reference in a new issue