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

Update changelog for migration generator change

This commit is contained in:
José Valim 2012-07-18 09:21:57 +02:00
parent 1b39d39af2
commit e243a8a32e

View file

@ -1,5 +1,12 @@
## Rails 4.0.0 (unreleased) ##
* The migration generator now creates a join table with (commented) indexes every time
the migration name contains the word `join_table`:
rails g migration create_join_table_for_artists_and_musics artists:index musics
*Aleksey Magusev*
* Add `add_reference` and `remove_reference` schema statements. Aliases, `add_belongs_to`
and `remove_belongs_to` are acceptable. References are reversible.
Examples: