<?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-792_access_request:1" author="jmarais" run-always="true">
        <query>
            <![CDATA[
                MATCH (p:Profile { uuid: "0a977c88-86af-46b6-9253-57555d5b62e7"})-[oldRel:HAS_ACCESS_TO]->(:Vendor { vendorId: 779971 })
                DETACH DELETE oldRel
                WITH p
                MATCH (v:Vendor {id: 779110 })
                MERGE (p)-[:HAS_ACCESS_TO]->(v)
                RETURN p
            ]]>
        </query>
    </changeset>
</changelog>
