class DropTablePpaSecretarias < ActiveRecord::Migration[4.2]
	def change
		drop_table :ppa_secretarias
	end
end
