From 2332aa6e188a14afb16c13a879d272b2c3ff03b8 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 25 Jun 2011 18:45:41 +0530 Subject: Revert "add missing methods supported by reversible migrations using the change method" This reverts commit 7f91eebae361f2f3a1558f6d899b372524509a2d. Reason: Incorrect documenting. The newly added methods to the list are not actually supported by reversible migrations. --- activerecord/lib/active_record/migration/command_recorder.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/migration/command_recorder.rb b/activerecord/lib/active_record/migration/command_recorder.rb index 5a572c76ae..f01e94169f 100644 --- a/activerecord/lib/active_record/migration/command_recorder.rb +++ b/activerecord/lib/active_record/migration/command_recorder.rb @@ -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 -- cgit v1.2.3