<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd"> 
    <changeset id="PLATFORM-3394-Remove_d3_admin_access_for_user:1" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {id: "3f3c3737-7a72-4497-a614-a57ae6c24284"})-[:HAS_PROFILE]->(p:Profile {profileType: "LabelProfile"})-[:HAS_ACCESS_TO]->(r)
                DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
