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:
parent
1b39d39af2
commit
e243a8a32e
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue