<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="NOTICKET-fix_dblair_profile:1" author="dblair" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {email: "dblair@sonymusic-pde.com"})-[:HAS_PROFILE]->(p:Profile)<-[:HAS_PROFILE]-(i2:Identity)
                DETACH DELETE i2
            ]]>
        </cypherquery>
    </changeset>
</changelog>
