class AddGroupToBatchConversations < ActiveRecord::Migration
tag :predeploy
def self.up
add_column :conversation_batches, :group, :boolean
end
def self.down
remove_column :conversation_batches, :group