class AddFuncaoIdToPpaIniciativas < ActiveRecord::Migration[4.2]
  def change
    add_column :ppa_iniciativas, :funcao_id, :integer
  end
end
