class RemoveColumnPpaStatusDoPpaFromPpaPpas < ActiveRecord::Migration[4.2]
  def change
		remove_column :ppa_ppas, :status_do_ppa_id, :integer
  end
end
