<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="IN-10323_fix_HIM:1" author="borisuvarov" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: '6d410537-4f7e-404a-8cf2-a830c1da04cd'})
                MATCH (lp:LabelParticipant {uuid: '4087336c-f383-4da2-88c8-16a61190603f'})
                MERGE (gp)-[:REPRESENTS]->(lp)
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="IN-10323_fix_HIM:2" author="borisuvarov" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (new_lp:LabelParticipant {uuid: "4087336c-f383-4da2-88c8-16a61190603f"})<-[:HAS_LABEL_PARTICIPANT]-(v:Vendor {vendorId: 72289})<-[:BELONGS_TO]-(pr:Project)-[:INCLUDES]->(p:Product:Orchard)<-[:PARTICIPATED_IN]-(old_lp:LabelParticipant {uuid: "f22453c9-04cf-4ed6-802c-b3e9b5347296"})
                MERGE (p)<-[:PARTICIPATED_IN]-(new_lp)
            ]]>
        </cypherquery>
    </changeset>
</changelog>