diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5cbfe9aa6f..1d0e4b32a3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,7 +1,9 @@ -* Add newline between each migration in `structure.sql` +* Add newline between each migration in `structure.sql`. Keeps schema migration inserts as a single commit, but allows for easier - git diff-ing. Fixes #25504. + git diffing. + + Fixes #25504. *Grey Baker*, *Norberto Lopes* |