discourse/db/migrate/20160418065403_add_bounce_key_to_email_log.rb

6 lines
132 B
Ruby

class AddBounceKeyToEmailLog < ActiveRecord::Migration[4.2]
def change
add_column :email_logs, :bounce_key, :string
end
end