class AddObjetivoToLoaProgramasDeGoverno < ActiveRecord::Migration[4.2]
  def change
    add_column :loa_programas_de_governo, :objetivo, :text
  end
end
