class AddMetaFisicaFromLoaSubacoes < ActiveRecord::Migration[4.2]
	def change
		add_column :loa_subacoes, :meta_fisica_id, :integer
	end
end
