<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2245_remove_primary_duplicate_2:1" author="yostapyuk" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    719261446,
                    721054465,
                    720336798,
                    720127432,
                    717691417,
                    744394931,
                    235064867,
                    574806369,
                    574954176,
                    575334911,
                    575232483,
                    574827647,
                    573870378,
                    235220184,
                    723877455
                ] as rId
                MATCH (:NrSoundRecording)-[r:HAS_PRIMARY_ARTIST]->(:NrParticipant)
                WHERE id(r) = rId
                DETACH DELETE r
            ]]>
        </cypherquery>
    </changeset>
</changelog>
