1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +03:00

Feature #862: Fix bug in migrator 3.1.0 to 3.1.80

This commit is contained in:
Carlos Martín 2012-01-10 13:12:43 +01:00
parent 0c2750de48
commit 81aa432411

View File

@ -204,6 +204,9 @@ module Migrator
if !found
doc.root.add_element("HISTORY_RECORDS")
@db[:vm_pool].filter(:oid=>row[:oid]).update(
:body => doc.root.to_s)
end
end