aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCamil Staps2017-09-20 20:04:01 +0200
committerCamil Staps2017-09-20 20:04:01 +0200
commitf52e212ed7b61bbac32e2e0ee3e6f150e3d9b918 (patch)
treebccd76aa9a89b48f24aab1063bdf3825a7f134c5 /config
parentUse <select> for root again; fix checking answers (diff)
Simple ETCBC importer (#2 - still needs some work); requires case-sensitive collation
Diffstat (limited to 'config')
-rw-r--r--config/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.php b/config/database.php
index fd22e8e..427cdbd 100644
--- a/config/database.php
+++ b/config/database.php
@@ -60,7 +60,7 @@ return [
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'charset' => 'utf8',
- 'collation' => 'utf8_unicode_ci',
+ 'collation' => 'utf8_bin',
'prefix' => '',
'strict' => true,
'engine' => null,