class DropPpaStatusDoPpa < ActiveRecord::Migration[4.2]
	def change
		drop_table :ppa_status_do_ppa
	end
end
