Turn off prepared statements
This commit is contained in:
parent
7bb047e508
commit
96c1d2e3f5
|
@ -8,6 +8,7 @@ production:
|
||||||
password: <%= ENV["DATABASE_PASSWORD"] %>
|
password: <%= ENV["DATABASE_PASSWORD"] %>
|
||||||
pool: <%= ENV["DATABASE_POOL"] %>
|
pool: <%= ENV["DATABASE_POOL"] %>
|
||||||
timeout: <%= ENV["DATABASE_TIMEOUT"] %>
|
timeout: <%= ENV["DATABASE_TIMEOUT"] %>
|
||||||
|
prepared_statements: false
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
|
|
Loading…
Reference in New Issue