class AddDebateScheduledToEmailSentReceipt < ActiveRecord::Migration - AddDebateScheduledToEmailSentReceipt has no descriptive comment
def change
add_column :email_sent_receipts, :debate_scheduled, :timestamp
end
end