1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix markdown in Active Record changelog [ci skip]

Follow-up c280ae72c8.
This commit is contained in:
Carlos Antonio da Silva 2020-01-30 14:53:04 -03:00
parent c280ae72c8
commit d3e6eea755

View file

@ -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.