class AddPpaIdToPpaRegioes < ActiveRecord::Migration[4.2]
	def change
		add_column :ppa_regioes, :ppa_id, :integer
	end
end
