class RemoveCategoriaFromLicitacoesSolucoesDoEtp < ActiveRecord::Migration[5.2]
  def change
    remove_column :licitacao_solucoes_do_etp, :categoria, :string
    remove_column :licitacao_solucoes_do_etp, :sub_categoria, :string
  end
end