diff options
author | bersen <bersen.pajaziti@flossk.org> | 2010-12-29 06:44:19 -0800 |
---|---|---|
committer | bersen <bersen.pajaziti@flossk.org> | 2010-12-29 06:44:19 -0800 |
commit | 1e28b969bb537a8ea8cb4d67240f7e4490c43e25 (patch) | |
tree | 22d73daec3dd2137caf2ec9e35111dddcd0587e8 | |
parent | 5baa1f47c2a81bd4ac0b5bcb219565fd9937b8b7 (diff) |
foi_development and foi_test database encoding from SQL_ASCII to UTF8
-rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 5a73c8930..0a21e2124 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -61,8 +61,8 @@ psql template1 to get into command tool \l to list databases - CREATE DATABASE foi_development encoding = 'SQL_ASCII'; - CREATE DATABASE foi_test encoding = 'SQL_ASCII'; + CREATE DATABASE foi_development encoding = 'UTF8'; + CREATE DATABASE foi_test encoding = 'UTF8'; Make sure that the user specified in database.yml exists, and has full permissions on this database. As they need the ability to turn off |