<?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="PUB-88-update-compositions:1" author="j0shua" run-on-change="true">
        <query>
            <![CDATA[
                MATCH(v:Vendor{vendorId:25824})
                OPTIONAL MATCH (v)--(sw:PublishingSongWriter)
                OPTIONAL MATCH (v)--(pc:PublishingComposition)
                OPTIONAL MATCH (sw)--(pa:PublishingAgreement)
                DETACH DELETE sw, pc, pa
            ]]>
        </query>
    </changeset>
</changelog>


