mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Change the default collation to be consistent with the DB definition.
SVN:trunk[1156]
This commit is contained in:
@@ -39,7 +39,7 @@ class ConfigException extends CoreException
|
||||
}
|
||||
|
||||
define ('DEFAULT_CHARACTER_SET', 'utf8');
|
||||
define ('DEFAULT_COLLATION', 'utf8_general_ci');
|
||||
define ('DEFAULT_COLLATION', 'utf8_unicode_ci');
|
||||
|
||||
define ('DEFAULT_LOG_GLOBAL', true);
|
||||
define ('DEFAULT_LOG_NOTIFICATION', true);
|
||||
|
||||
Reference in New Issue
Block a user