<?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-642_touch_relationship_to_sync" author="tdenkinger" run-always="true">
        <query>
            <![CDATA[
                MATCH(w:PublishingSongWriter)-[ha:HAS_AGREEMENT]->(a:PublishingAgreement)
                WHERE w.id = '199a5ee7-6a7a-4bc8-8188-364600acc39e'
                SET ha.lastModifiedAt = datetime(),
                    ha.lastModifiedBy ='fec31baf-8873-4a87-a88e-c06f13f76e84',
                    w.lastModifiedAt = datetime(),
                    w.lastModifiedBy ='fec31baf-8873-4a87-a88e-c06f13f76e84'
                RETURN w, ha, a
            ]]>
        </query>
    </changeset>
</changelog>
