<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DATA-8813_duplicate_elvis_merge:1" author="rshield" run-on-change="true">
        <query>
            MATCH (masterNode:GlobalParticipant {id: '9fb8e414-7fb4-4dbb-92fa-0ddb6e7b46f8'})
            WHERE masterNode.spotifyId = '43ZHCT0cAZBISjO8DG9PnE'
            MATCH (dupNode:GlobalParticipant {id: 'b6fbb9cf-ea3e-4814-b68e-c4f8ea19bd7c'})
            WHERE dupNode.spotifyId = '7fo702uBoEbWGORkJYZO7V'
            CALL apoc.refactor.mergeNodes(
            [masterNode, dupNode],
            {
            properties: "discard",
            mergeRels: true
            }
            ) YIELD node
            RETURN true;
        </query>
    </changeset>
</changelog>
