class AjustarCamposToContabilidadeInvestimentosDoRpps < ActiveRecord::Migration[5.2]
  def change
    remove_column :contabilidade_investimentos_do_rpps, :percentual_da_alocacao_de_recurso_id, :integer
    add_column :contabilidade_investimentos_do_rpps, :fundo_de_investimento_id, :integer
  end
end
