aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-10-05 16:06:10 -0400
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2018-11-07 14:11:46 -0500
commitac18bda92d87ee5a426e5bcbe60c0499ea53995e (patch)
tree3feef49969001eabb015940403d2bb7c334f8e65 /activerecord/CHANGELOG.md
parentd84bc2b169cc0b67abe9e7efe7aa301fca570aa7 (diff)
downloadrails-ac18bda92d87ee5a426e5bcbe60c0499ea53995e.tar.gz
rails-ac18bda92d87ee5a426e5bcbe60c0499ea53995e.tar.bz2
rails-ac18bda92d87ee5a426e5bcbe60c0499ea53995e.zip
Add multi-db support to schema cache dump and clear
Adds support for multiple databases to `rails db:schema:cache:dump` and `rails db:schema:cache:clear`.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9d80bbe51f..d743076eb4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+Adds support for multiple databases to `rails db:schema:cache:dump` and `rails db:schema:cache:clear`.
+
+ *Gannon McGibbon*
+
* `update_columns` now correctly raises `ActiveModel::MissingAttributeError`
if the attribute does not exist.