class AddFieldsToProviderForSearchStats < ActiveRecord::Migration
  def change
    add_column :provider_for_search_stats, :provider_id, :integer, :default => 0
    add_column :provider_for_search_stats, :result, :integer, :default => 0
  end
end
