diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index bfed3eccf3..ebf771c6fc 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -111,7 +111,7 @@ databases on localhost. #9753 [Trevor Wennblom] * Added db:drop:all to drop all databases declared in config/database.yml [DHH] -* Use attribute pairs instead of the migration name to create add and remove column migrations. Closes #9166 [lifofifo] +* Use attribute pairs instead of the migration name to create add and remove column migrations. Closes #9166 [Pratik Naik] For example: |