Impact analysis: migration to XML, bug fix for Server <=> Hypervisor

SVN:trunk[3563]
This commit is contained in:
Denis Flaven
2015-04-24 10:47:42 +00:00
parent da7ae0660e
commit 161a92fef2

View File

@@ -901,11 +901,11 @@
</list>
</presentation>
</class>
<class id="Server" _delta="merge">
<class id="Server">
<relations>
<relation id="impacts">
<neighbours>
<neighbour id="hypervisor">
<neighbour id="hypervisor" _delta="define">
<query_down>SELECT Hypervisor AS o WHERE o.server_id = :this-&gt;id</query_down>
<query_up>SELECT Server AS o WHERE o.id = :this-&gt;server_id</query_up>
</neighbour>