aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2019-07-26 17:32:38 -0400
committerGitHub <noreply@github.com>2019-07-26 17:32:38 -0400
commit798723177997a121e787f686bbf4586027fc2375 (patch)
tree776012e43cad6a096ba27fdda7e6ece530287f30 /activerecord/CHANGELOG.md
parentefa2299ac3bbf86feacfa337645654f87109e769 (diff)
parent7df0eefacf1b6cbfdad8775ac86c6917f16bf859 (diff)
downloadrails-798723177997a121e787f686bbf4586027fc2375.tar.gz
rails-798723177997a121e787f686bbf4586027fc2375.tar.bz2
rails-798723177997a121e787f686bbf4586027fc2375.zip
Merge pull request #36773 from seejohnrun/db-configuration-separate-env-vars
Allow separate database env variables per-connection
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 2af48f99db..366032c734 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Make the DATABASE_URL env variable only affect the primary connection. Add new env variables for multiple databases.
+
+ *John Crepezzi*, *Eileen Uchitelle*
+
* Add a warning for enum elements with 'not_' prefix.
class Foo
@@ -56,5 +60,4 @@
*Michael Duchemin*
-
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md) for previous changes.