<?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="WAR-800_give_access_where_deleted:1" author="menger">
        <query>
            <![CDATA[

            MATCH (profile:Profile {profileType: "MoneyhubProfile"})
                -[relationship:DELETED_HAS_ACCESS_TO]->(vendor:Vendor {id:66579})
            WHERE profile.profileId IN [
                296874,
                286406
            ]
            MERGE (profile)-[:HAS_ACCESS_TO]->(vendor)
            DELETE relationship

            ]]>
        </query>
    </changeset>
</changelog>
