<?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-614-fix-delivery-dates:1" author="ratoui">
        <query>
            <![CDATA[
                MATCH(pc:PublishingComposition { pubSongID: 45935 })  
                SET pc.delivered = true, pc.deliveryDate = "2023-09-15"
            ]]>
        </query>
    </changeset>
    <changeset id="PUB-614-fix-delivery-dates:2" author="ratoui">
        <query>
            <![CDATA[
                MATCH(pc:PublishingComposition { pubSongID: 54193 })  
                SET pc.delivered = true, pc.deliveryDate = "2023-09-15"
            ]]>
        </query>
    </changeset>
    <changeset id="PUB-614-fix-delivery-dates:3" author="ratoui">
        <query>
            <![CDATA[
                MATCH(pc:PublishingComposition { pubSongID: 55335 })  
                SET pc.delivered = true, pc.deliveryDate = "2023-09-22"
            ]]>
        </query>
    </changeset>
</changelog>
