From aa3d2d03b34bead79902802ceb88b0756aab9810 Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Mon, 28 Mar 2016 16:00:46 -0400 Subject: Add changelog for #24305 [skip ci] Forgot to add, sigh. Closes #24273 --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord') 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 -- cgit v1.2.3