mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
clarify CHANGELOG [ci skip].
This commit is contained in:
parent
c35fb52c0c
commit
9a976ab575
1 changed files with 2 additions and 8 deletions
|
@ -1,11 +1,5 @@
|
|||
* Fix Generation of proper migration when
|
||||
ActiveRecord::Base.pluralize_table_names = false.
|
||||
|
||||
Previously, generation a migration like this:
|
||||
|
||||
rails g migration add_column_name_to_user name
|
||||
|
||||
would not generating the correct table name.
|
||||
* Use singular table name in generated migrations when
|
||||
`ActiveRecord::Base.pluralize_table_names` is `false`.
|
||||
|
||||
Fixes #13426.
|
||||
|
||||
|
|
Loading…
Reference in a new issue