<?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-3455_delete_the_user_with_wrong_set_up:1" author="tnozhkina" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {auth0UserId: '1f5c4b81-7744-4131-b676-50c070e6d9d1'})
                DETACH DELETE i
            ]]>
        </cypherquery>
    </changeset>
</changelog>
