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
|
||||
encoding: unicode
|
||||
database: rosa_build
|
||||
template: template0
|
||||
pool: 5
|
||||
username: rosa
|
||||
password: rosa
|
||||
|
|
Loading…
Reference in New Issue