<?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_remove_user_from_the_graph:1" author="tnozhkina" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {email: 'jorge@entotalagency.com'})
                DETACH DELETE i
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3455_remove_user_from_the_graph:2" author="tnozhkina" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Profile {profileId: 192287, profileType: 'LabelProfile'})
                DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
