<?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-897_update_songwriter_name:1" author="jmarais" run-always="true">
        <query>
            <![CDATA[
                MATCH (s:PublishingSongWriter { id: "6f3598b5-5166-407d-b9e3-4eae8f3420d6"})
                SET s.legalName = "ZXCURSED"
                RETURN s
            ]]>
        </query>
    </changeset>
</changelog>
