chore: change the charset used for new installs
This commit is contained in:
parent
deccf5c502
commit
12a46f33ec
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ return [
|
|||
'password' => '',
|
||||
'prefix' => '',
|
||||
'database' => 'rverse2_dev',
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
],
|
||||
|
||||
// Cache settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue