class RemoveCriterioDeJulgamentoToLicitacaoProjetos < ActiveRecord::Migration[4.2]
  def change
		remove_column :licitacao_projetos, :criterio_de_julgamento, :integer
  end
end
