Turn off prepared statements

This commit is contained in:
Wedge 2019-02-24 18:11:16 +03:00
parent 7bb047e508
commit 96c1d2e3f5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ production:
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: <%= ENV["DATABASE_POOL"] %>
timeout: <%= ENV["DATABASE_TIMEOUT"] %>
prepared_statements: false
test:
adapter: postgresql