<?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-10334_fix_SECH:1" author="borisuvarov" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (correct:GlobalParticipant {id: '8bfadc36-8b77-4fb0-baa7-1027306c6b6a'})-[r:MERGED_TO]->(dup:GlobalParticipant {id: '107a539c-8e3b-442d-a2bf-894c348c456c'})
                DELETE r
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="IN-10334_fix_SECH:2" author="borisuvarov" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (correct:GlobalParticipant {id: '8bfadc36-8b77-4fb0-baa7-1027306c6b6a'})
                MATCH (dup:GlobalParticipant {id: '107a539c-8e3b-442d-a2bf-894c348c456c'})
                MERGE (dup)-[:MERGED_TO]->(correct)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
