<?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-SUPPORT-2723_delete_duplicate_user:1" author="ahan" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {id: '306e3254-fc8b-4a53-a5af-19795c500dd7'})-[:HAS_PROFILE]->(p:Profile)
                DETACH DELETE i, p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
