class AddOrgaoIdToPpaProgramas < ActiveRecord::Migration[4.2]
  def change
    add_column :ppa_programas, :orgao_id, :integer
  end
end
