<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://florent.biville.net/liquigraph/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-XX-fix_wrong_vendor_relation:1" author="jbertran">
        <query>
            <![CDATA[
            MATCH (v:Vendor { vendorId: 25223 })--(p:PublishingPublisher {id: "7a9ac022-e1c5-46fe-9ddb-dd7fcca843f1" })
            SET p.pubPublisherID = 33797,
            p.lastModifiedAt = datetime(),
            p.lastModifiedBy = 'database/PUB-XX-fix_wrong_vendor_relation'
            return p
            ]]>
        </query>
    </changeset>
</changelog> 
