class AddIndexOnDebateOutcomeUpdatedAt < ActiveRecord::Migration IrresponsibleModule AddIndexOnDebateOutcomeUpdatedAt has no descriptive comment def change add_index :debate_outcomes, :updated_at end end