class AddPpaIdToPpaFuncoes < ActiveRecord::Migration[4.2]
  def change
    add_column :ppa_funcoes, :ppa_id, :integer
  end
end
