<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PLATFORM-3517_detach_shared_profile:1" author="ahan" run-on-change="true" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity)-[krel:HAS_PROFILE]->(p:Profile{profileId: 73113})<-[drel:HAS_PROFILE]-(i2:Identity {id: 'bc19bcc5-49c3-47c1-bcfb-90f5dfac1625'})-[:HAS_PROFILE]->(sp:Profile{profileType:'SettingsProfile'})-[drel2:HAS_ADMIN_ACCESS_TO]->(v:Vendor{id:32821})
                DELETE drel, drel2
                RETURN i2, p, krel, i, sp, v
            ]]>
        </cypherquery>
    </changeset>
</changelog>
