<?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_rel:1" author="yostapyuk">
        <query>
            <![CDATA[
                MATCH (p:PublishingPublisher {id: "30e9fff1-166a-46e1-a825-1c7d848e954e"})-[rel:HAS_AGREEMENT]
                ->(:PublishingAgreement {id: "8c66a423-e66d-4a54-8276-a0f0f232f51f"})
                SET
                    rel.lastModifiedAt = datetime(),
                    rel.lastModifiedBy = 'database/PUB-1263_remove_duplicate'
            ]]>
        </query>
    </changeset>

    <changeset id="PUB-1263_remove_rel:2" author="yostapyuk">
        <query>
            <![CDATA[
                MATCH (p:PublishingPublisher {id: "30e9fff1-166a-46e1-a825-1c7d848e954e"})-[rel:HAS_AGREEMENT]
                ->(:PublishingAgreement {id: "8c66a423-e66d-4a54-8276-a0f0f232f51f"})
                DETACH DELETE rel
            ]]>
        </query>
    </changeset>
</changelog>
