<?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-3511_delete_duplicate_user:1" author="ahan" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {auth0UserId: '8c06403f-563d-4d01-a762-ca471fa6ea00'})-[:HAS_PROFILE]->(p:Profile)
                DETACH DELETE i, p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
