Changed DB layout to UTF8mb4

This commit is contained in:
Tobias Mädel
2019-02-25 17:26:44 +01:00
parent 18cdad8eca
commit bd91f7aa2c
12 changed files with 22 additions and 22 deletions

View File

@@ -87,8 +87,8 @@ $db['default'] = array(
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'char_set' => 'utf8mb4',
'dbcollat' => 'utf8mb4_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,