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:
parent
0c2750de48
commit
81aa432411
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user