N°706 DBCollation config parameter is no longer forced during setup. It was for migrating iTop 2.0 but is now obsolete.

SVN:trunk[4839]
This commit is contained in:
Guillaume Lajarige
2017-07-18 13:41:51 +00:00
parent 79582b55a4
commit 2557d6e7d5

View File

@@ -1011,11 +1011,6 @@ class ApplicationInstaller
$oConfig->Set('tracking_level_linked_set_default', LINKSET_TRACKING_NONE, 'first_install');
}
// Migration: force utf8_unicode_ci as the collation to make the global search
// NON case sensitive
$oConfig->SetDBCollation('utf8_unicode_ci');
// Final config update: add the modules
$oConfig->UpdateFromParams($aParamValues, $sModulesDir, $bPreserveModuleSettings);
if ($bOldAddon)