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