diff options
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c2570f743e..d59101d621 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -18,9 +18,9 @@ *Sean Griffin* -* The schema cache is now cleared after the 'migrate' task is run +* The schema cache is now cleared after the `db:migrate` task is run. - Closes #24273 + Closes #24273. *Chris Arcand* |