lets set the example collation to utf8_general_ci instead of utf8_bin, #1395

This commit is contained in:
Jonne Hass 2011-09-13 17:45:53 +02:00
parent 06cd986c45
commit eb85cdab5b

View file

@ -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