lets set the example collation to utf8_general_ci instead of utf8_bin, #1395
This commit is contained in:
parent
06cd986c45
commit
eb85cdab5b
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_bin
|
collation: utf8_general_ci
|
||||||
|
|
||||||
postgres: &postgres
|
postgres: &postgres
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue