<?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-1263_remove_duplicate:1" author="yostapyuk">
        <query>
            <![CDATA[
                MATCH (p:PublishingPublisher {id: "2bf040da-78fc-41d3-a62b-195430a87fc8"})-[rel:HAS_AGREEMENT]->(:PublishingAgreement {id: "e69dc148-5941-4217-b417-9d6a4ae3393f"})
                SET
                    rel.lastModifiedAt = datetime(),
                    rel.lastModifiedBy = 'database/PUB-1263_remove_duplicate',
                    p.lastModifiedAt = datetime(),
                    p.lastModifiedBy = 'database/PUB-1263_remove_duplicate'
            ]]>
        </query>
    </changeset>

    <changeset id="PUB-1263_remove_duplicate:2" author="yostapyuk">
        <query>
            <![CDATA[
                MATCH (p:PublishingPublisher {id: "2bf040da-78fc-41d3-a62b-195430a87fc8"})
                DETACH DELETE p
            ]]>
        </query>
    </changeset>
</changelog>
