chore: change the charset used for new installs

This commit is contained in:
Repflez 2023-10-29 20:55:57 -07:00
commit 12a46f33ec

View file

@ -14,8 +14,8 @@ return [
'password' => '',
'prefix' => '',
'database' => 'rverse2_dev',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
],
// Cache settings