<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd"> 
    <changeset id="PLATFORM-3408-Remove_d3_admin_access_for_user:2" author="tmartino" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {id: "8060726c-dfe6-4073-9a4c-7b93befa94af"})-[:HAS_PROFILE]->(p:Profile {profileType: "LabelProfile"})-[:HAS_ACCESS_TO]->(r)
                DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
