From 20a08561bc1e08e4637aab7a0cd8cb54807a817c Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 29 Mar 2016 18:41:13 +0000 Subject: [PATCH] Make PgSQL happy ("ActiveRecord::StatementInvalid: PG::ProtocolViolation"). See https://meta.discourse.org/t/install-error-protocol-violation-with-postgresql/35160 --- config/database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.yml b/config/database.yml index fb6d923aea2..e9a2a50369b 100644 --- a/config/database.yml +++ b/config/database.yml @@ -16,6 +16,7 @@ development: # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: + prepared_statements: false adapter: postgresql database: discourse_test min_messages: warning