Flowdock

ActiveRecord::Migration::CommandRecorder records commands done during a migration and knows how to reverse those commands. The CommandRecorder knows how to invert the following commands:

  • add_column

  • add_index

  • add_timestamps

  • create_table

  • remove_timestamps

  • rename_column

  • rename_index

  • rename_table

Show files where this class is defined (1 file)
Register or log in to add new notes.