Skip to content

Commit

Permalink
Fix markdown in Active Record changelog [ci skip]
Browse files Browse the repository at this point in the history
Follow-up c280ae7.
  • Loading branch information
carlosantoniodasilva committed Jan 30, 2020
1 parent c280ae7 commit d3e6eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
* Adds support for `if_not_exists` to `add_column` and `if_exists` to `remove_column.
* Adds support for `if_not_exists` to `add_column` and `if_exists` to `remove_column`.

Applications can set their migrations to ignore exceptions raised when adding a column that already exists or when removing a column that does not exist.

Expand Down

0 comments on commit d3e6eea

Please sign in to comment.