<?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="DIS-1929_merge_label_participant:1" author="schauhan" run-on-change="true">
        <query>
            MATCH (masterNode:LabelParticipant {uuid: "57a34b96-5ddd-4903-8624-65f3dd8cbd06"})
            MATCH (childNode:LabelParticipant {uuid: "c591e479-69bc-447b-9489-9c2cd406aada"})
            WITH masterNode, childNode
            CALL apoc.refactor.mergeNodes([masterNode, childNode],
                {
                    properties: "discard",
                    mergeRels: true
                }
            ) YIELD node
            RETURN 0
        </query>
    </changeset>
</changelog>
