mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "add missing methods supported by reversible migrations using the change method"
This reverts commit 7f91eebae3
.
Reason: Incorrect documenting. The newly added methods to the list are
not actually supported by reversible migrations.
This commit is contained in:
parent
837a74bc0f
commit
2332aa6e18
2 changed files with 2 additions and 8 deletions
|
@ -6,11 +6,8 @@ module ActiveRecord
|
|||
#
|
||||
# * add_column
|
||||
# * add_index
|
||||
# * add_timestamps
|
||||
# * change_column
|
||||
# * change_column_default
|
||||
# * add_timestamp
|
||||
# * create_table
|
||||
# * remove_column
|
||||
# * remove_timestamps
|
||||
# * rename_column
|
||||
# * rename_index
|
||||
|
|
|
@ -344,11 +344,8 @@ The +change+ method removes the need to write both +up+ and +down+ methods in th
|
|||
|
||||
* +add_column+
|
||||
* +add_index+
|
||||
* +add_timestamps+
|
||||
* +change_column+
|
||||
* +change_column_default+
|
||||
* +add_timestamp+
|
||||
* +create_table+
|
||||
* +remove_column+
|
||||
* +remove_timestamps+
|
||||
* +rename_column+
|
||||
* +rename_index+
|
||||
|
|
Loading…
Reference in a new issue