<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="CDM-1787_remove_duplicate_lsr_rel:1" author="mdadhania" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (t:Track:Orchard)-[rel:IS_PLACEMENT_OF]->(lsr:LabelSoundRecording)
                WHERE t.id IN [38748213,40880958,40880959,40880960,40880961,40880962,40880963,40880964] AND lsr.subaccountId = 0
                DELETE rel
            ]]>
        </cypherquery>
    </changeset>
</changelog>
