mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
M #-: onedb change-live --append with multiindex
do not update the matching elements on append (cherry picked from commit d266248a49edc392413fe643a57da85bd501e16b)
This commit is contained in:
parent
de7d5c88f5
commit
93abf23883
@ -451,7 +451,9 @@ class OneDBLive
|
||||
if options[:delete]
|
||||
el.remove
|
||||
else
|
||||
el.content = value
|
||||
if !options[:append]
|
||||
el.content = value
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user