diff options
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 2088b018d7..217eada1d7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Add `#only_up` to database migrations for code that is only relevant when +* Add `#up_only` to database migrations for code that is only relevant when migrating up, e.g. populating a new column. *Rich Daley* |