Skip to content

Commit

Permalink
Revert collation change (#6372)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 14, 2024
1 parent 881f890 commit 087543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Expand Up @@ -49,7 +49,7 @@
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => env('DB_CHARSET', 'utf8mb4'),
'collation' => env('DB_COLLATION', 'utf8mb4_0900_ai_ci'),
'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
Expand Down

0 comments on commit 087543a

Please sign in to comment.