class AddArquivoFinalIdToLoaGestor < ActiveRecord::Migration[5.2]
  def change
    add_column :loa_gestores, :arquivo_final_id, :integer
  end
end
