We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdffb50 commit bd8ce5aCopy full SHA for bd8ce5a
Gemfile
@@ -5,5 +5,5 @@ source "https://rubygems.org"
5
# Specify your gem's dependencies in activerecord-cte.gemspec
6
gemspec
7
8
-gem "activerecord", ">=6.1.7.9"
+gem "activerecord", "6.1.7.9"
9
gem "pg"
test/database.yml
@@ -3,5 +3,5 @@ postgresql:
3
encoding: unicode
4
database: activerecord_cte_test
username: <%= ENV.fetch("POSTGRES_USER", "postgres") %>
- password: <%= ENV["POSTGRES_PASSWORD"] %>
+ password: <%= ENV.fetch("POSTGRES_PASSWORD", "postgres") %>
host: <%= ENV.fetch("POSTGRES_HOST", "postgres") %>
0 commit comments