class AddDebateThresholdReachedAtToPetitions < ActiveRecord::Migration - AddDebateThresholdReachedAtToPetitions has no descriptive comment
def change
change_table :petitions do |t| - AddDebateThresholdReachedAtToPetitions#change has the variable name 't'
t.datetime :debate_threshold_reached_at -
t.index :debate_threshold_reached_at
end
end
end