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