aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Lee <rails@lazymalevolence.com>2019-06-07 11:13:18 -0700
committerMark Lee <rails@lazymalevolence.com>2019-06-10 18:01:32 -0700
commitcb8b57d07e132a6528bce47c93ee392c6cc64c10 (patch)
treef63d5817d9284de073071cb16aa1cd362e7b928b /activerecord/CHANGELOG.md
parent0542e0608f86d9e4089861f4e72c578bc983f89f (diff)
downloadrails-cb8b57d07e132a6528bce47c93ee392c6cc64c10.tar.gz
rails-cb8b57d07e132a6528bce47c93ee392c6cc64c10.tar.bz2
rails-cb8b57d07e132a6528bce47c93ee392c6cc64c10.zip
Convert the db:abort_if_pending_migrations task to be multi-DB aware
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 09fdc66788..a4def5b270 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add support for multiple databases to `rails db:abort_if_pending_migrations`.
+
+ *Mark Lee*
+
* Fix sqlite3 collation parsing when using decimal columns.
*Martin R. Schuster*