class AddPessoaIdToBaseAgentePublicoMunicipal < ActiveRecord::Migration[4.2]
  def change
    add_column :base_agentes_publicos_municipais, :pessoa_id, :integer
  end
end
