class AddExhaustivityToProviders < ActiveRecord::Migration
	def change
		add_column :providers, :exhaustivity, :boolean, default: false
	end
end

