class AddModerationThresholdReachedAtToPetition < ActiveRecord::Migration - AddModerationThresholdReachedAtToPetition has no descriptive comment
def change
add_column :petitions, :moderation_threshold_reached_at, :datetime
end
end