mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Make PgSQL happy ("ActiveRecord::StatementInvalid: PG::ProtocolViolation").
See https://meta.discourse.org/t/install-error-protocol-violation-with-postgresql/35160
This commit is contained in:
parent
edbc7c4db8
commit
20a08561bc
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ development:
|
||||||
# re-generated from your development database when you run "rake".
|
# re-generated from your development database when you run "rake".
|
||||||
# Do not set this db to the same as development or production.
|
# Do not set this db to the same as development or production.
|
||||||
test:
|
test:
|
||||||
|
prepared_statements: false
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
database: discourse_test
|
database: discourse_test
|
||||||
min_messages: warning
|
min_messages: warning
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue