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

This reverts commit eb85cdab5b.
This commit is contained in:
Jonne Hass 2011-09-14 14:01:53 +02:00
parent 79319ecf97
commit d7a7154424

View file

@ -6,7 +6,7 @@ mysql: &mysql
password: ""
# socket: /tmp/mysql.sock
charset: utf8
collation: utf8_general_ci
collation: utf8_bin
postgres: &postgres
adapter: postgresql