mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Switch to utf8mb4 (#12501)
* Switch to utf8mb4 This allows emojis to function correctly * Update URLs
This commit is contained in:
@@ -136,8 +136,8 @@ class Eloquent
|
||||
'username' => $db_user,
|
||||
'password' => $db_pass,
|
||||
'unix_socket' => $db_socket,
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
|
Reference in New Issue
Block a user