class AddIndexByUserIdToRecorderRevisions
This migration adds number column to the `revisions` table.
Public Instance Methods
change()
click to toggle source
# File lib/generators/recorder/templates/add_index_by_user_id_to_recorder_revisions.rb, line 5 def change add_index :recorder_revisions, :user_id end