diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-03-29 23:39:00 -0300 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-03-29 23:39:00 -0300 |
commit | 8e8c57b412852b5e63afd3b2b3799b87cb789eaa (patch) | |
tree | 610b93a30997b1eed10e7d6755ae5fffbc115e7b /activerecord | |
parent | 6f5e18565c169fcf9b6ec8a507b0fea3eee069b7 (diff) | |
parent | aa3d2d03b34bead79902802ceb88b0756aab9810 (diff) | |
download | rails-8e8c57b412852b5e63afd3b2b3799b87cb789eaa.tar.gz rails-8e8c57b412852b5e63afd3b2b3799b87cb789eaa.tar.bz2 rails-8e8c57b412852b5e63afd3b2b3799b87cb789eaa.zip |
Merge pull request #24349 from chrisarcand/add-changelog-for-24305
Add changelog for #24305
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 2c17abbe26..c2570f743e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -18,6 +18,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 |