Revert "lets set the example collation to utf8_general_ci instead of utf8_bin, #1395"
This reverts commit eb85cdab5b.
This commit is contained in:
parent
79319ecf97
commit
d7a7154424
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ mysql: &mysql
|
||||||
password: ""
|
password: ""
|
||||||
# socket: /tmp/mysql.sock
|
# socket: /tmp/mysql.sock
|
||||||
charset: utf8
|
charset: utf8
|
||||||
collation: utf8_general_ci
|
collation: utf8_bin
|
||||||
|
|
||||||
postgres: &postgres
|
postgres: &postgres
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue