<?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-touch-has-agreement:1" author="ratoui">
        <query>
            <![CDATA[
                MATCH(pc:PublishingComposition)-[ha:HAS_AGREEMENT]->(:PublishingAgreement) WHERE pc.pubSongID IN [
                    8933,
                    8934,
                    8404,
                    8402,
                    8412,
                    8408,
                    8410,
                    8414,
                    8401,
                    8415,
                    8405,
                    8407,
                    8411,
                    8406,
                    8413,
                    8416,
                    8400,
                    8409
               ] SET ha.modifiedAt = datetime()
            ]]>
        </query>
    </changeset>

</changelog>
