class AddSubjectToConversationBatch < ActiveRecord::Migration
tag :predeploy
def self.up
add_column :conversation_batches, :subject, :string
end
def self.down
remove_column :conversation_batches, :subject