<?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-NO-TICKET_composition_delivery_fix:1" author="jmarais">
        <query>
            <![CDATA[
                MATCH (c:PublishingComposition { id: "5d48dd6f-b1ff-4f2d-8acb-08761d877e9b" })
                REMOVE c.reDeliveryDate
                SET
                    c.delivered = true,
                    c.lastModifiedAt = datetime(),
                    c.lastModifiedBy = "11e259e5-5b61-48a6-b38b-2dd348ca4156",
                    c.deliveryDate = "2024-11-15"
                RETURN c
            ]]>
        </query>
    </changeset>
</changelog>