<?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="REVIEW-1132_remove_old_lsr_node:1" author="jzheng318" run-always="true">
        <query>
            <![CDATA[
                MATCH (p:Product:Orchard)
                WHERE p.upc IN ['5060186926865']

                MATCH (p)--(t:Track:Orchard)-[rel:IS_PLACEMENT_OF]->(lsr:LabelSoundRecording)
                WITH *
                WHERE lsr.vendorId = 36229
                DELETE rel
            ]]>
        </query>
    </changeset>
</changelog>
