aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorChris Arcand <chris@chrisarcand.com>2016-03-28 16:00:46 -0400
committerChris Arcand <chris@chrisarcand.com>2016-03-28 16:03:55 -0400
commitaa3d2d03b34bead79902802ceb88b0756aab9810 (patch)
tree8fa0e3153f2bddb885a9fbd9ed78123ead622bb2 /activerecord
parent3c29836d1d94c0303f23768d4f2f5d3e8aea03ab (diff)
downloadrails-aa3d2d03b34bead79902802ceb88b0756aab9810.tar.gz
rails-aa3d2d03b34bead79902802ceb88b0756aab9810.tar.bz2
rails-aa3d2d03b34bead79902802ceb88b0756aab9810.zip
Add changelog for #24305 [skip ci]
Forgot to add, sigh. Closes #24273
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b25b46f9a7..fb31c85d0c 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -5,6 +5,12 @@
*Sean Griffin*
+* The schema cache is now cleared after the 'migrate' task is run
+
+ Closes #24273
+
+ *Chris Arcand*
+
* MySQL: strict mode respects other SQL modes rather than overwriting them.
Setting `strict: true` adds `STRICT_ALL_TABLES` to `sql_mode`. Setting
`strict: false` removes `STRICT_TRANS_TABLES`, `STRICT_ALL_TABLES`, and