<?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-1200_mark_delivered_two_compositions:1" author="jbertran">
        <query>
            <![CDATA[
                MATCH (p:PublishingComposition)
                WHERE p.pubSongID IN [53324, 34855] AND p.delivered = false
                SET
                    p.delivered=true,
                    p.deliveryDate=date("2024-10-25"),
                    p.lastModifiedAt=datetime(),
                    p.lastModifiedBy="database/PUB-1200_mark_delivered_two_compositions"
                RETURN p
            ]]>
        </query>
    </changeset>
</changelog>
