Fix "PGError: ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)"
This commit is contained in:
parent
69a0277c58
commit
b68f0de5a3
|
@ -2,6 +2,7 @@ production:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: rosa_build
|
database: rosa_build
|
||||||
|
template: template0
|
||||||
pool: 5
|
pool: 5
|
||||||
username: rosa
|
username: rosa
|
||||||
password: rosa
|
password: rosa
|
||||||
|
|
Loading…
Reference in New Issue