<?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="IN-9627A_clean_up:1" author="rshield" run-on-change="true">
        <query>
            <![CDATA[
                MATCH (p:Profile {profileType: "InsightsProfile", profileId: 80685})
                -[r:HAS_ACCESS_TO]->(v:Vendor:Orchard:Label {isDistributor: "N", status: "signed"})
                DELETE r
            ]]>
        </query>
    </changeset>
</changelog>