aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-05-15 18:24:33 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2017-05-15 18:24:33 -0500
commit701663e18c856d182265867fb50854d58a8b79d0 (patch)
tree86d74cb3c8aaba85ad4688e9a88bf12373b6fcbe
parentf98c97d37996b648a27c80166f0fc60ac94f76e2 (diff)
downloadrails-701663e18c856d182265867fb50854d58a8b79d0.tar.gz
rails-701663e18c856d182265867fb50854d58a8b79d0.tar.bz2
rails-701663e18c856d182265867fb50854d58a8b79d0.zip
Changelog entry [ci-skip]
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 2e059805a2..4e264f5f2a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Respect 'SchemaDumper.ignore_tables' in rake tasks for databases structure dump
+
+ *Rusty Geldmacher*, *Guillermo Iguaran*
+
* Add type caster to `RuntimeReflection#alias_name`
Fixes #28959.