<?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-450-delete-pub-songwriters:1" author="tdenkinger">
        <query>
            <![CDATA[
                MATCH (ps:PublishingSongWriter) WHERE ps.pubWriterID IN [
                    36642,
                    36673,
                    37061,
                    37129,
                    42263
                ] DETACH DELETE ps
            ]]>
        </query>
    </changeset>
</changelog>
