<?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="PUB-XX-drop-old-rels:1" author="ratoui">
        <query>
        <![CDATA[
            MATCH(:PublishingComposition)<-[hws:HAS_WRITER_SHARE]-(:PublishingSongWriter) DELETE hws
        ]]>
        </query>
    </changeset>
    <changeset id="PUB-XX-drop-old-rels:2" author="ratoui">
        <query>
        <![CDATA[
            MATCH(:PublishingComposition)<-[hps:HAS_PUB_SHARE]-(:PublishingPublisher) DELETE hps
        ]]>
        </query>
    </changeset>
</changelog>
