<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="WIZ_remove_bad_lsr_197189630415:1" author="npatel" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Product:Orchard)--(t:Track:Orchard)-[rel:IS_PLACEMENT_OF]->(lsr:LabelSoundRecording)-[r:REPRESENTS]-(gsr:GlobalSoundRecording)
                WHERE p.upc IN ['197189630415'] and lsr.subaccountId = 0
                DELETE rel, r, lsr
            ]]>
        </cypherquery>
    </changeset>
</changelog>
