From eb85cdab5b0d26edf497b1818b95240ac47c1335 Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Tue, 13 Sep 2011 17:45:53 +0200 Subject: [PATCH] lets set the example collation to utf8_general_ci instead of utf8_bin, #1395 --- config/database.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.example b/config/database.yml.example index 38798760c..6d36903e3 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -6,7 +6,7 @@ mysql: &mysql password: "" # socket: /tmp/mysql.sock charset: utf8 - collation: utf8_bin + collation: utf8_general_ci postgres: &postgres adapter: postgresql