<?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-640_touch_relationship_to_sync" author="tdenkinger" run-always="true">
        <query>
            <![CDATA[
                MATCH(w:PublishingSongWriter)-[ha:HAS_AGREEMENT]->(a:PublishingAgreement)
                WHERE w.id = 'd369ded7-69d5-43b3-94fa-a7ed377a7898'
                SET ha.lastModifiedAt = datetime(),
                    ha.lastModifiedBy ='fec31baf-8873-4a87-a88e-c06f13f76e84'
                RETURN w, ha, a
            ]]>
        </query>
    </changeset>
</changelog>
