<?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="PEACE-content-cleanup-1" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'jfidlow@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-2" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'test-user@theorchard.io'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-3" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'pinfieldharm@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-4" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'mthomas@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-5" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'defanov@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-6" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'ccapalbo@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-7" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'tdenkinger@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-8" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'piannone@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
    <changeset id="PEACE-content-cleanup-9" author="jfidlow">
        <query><![CDATA[
            MATCH (u:Identity {email: 'piannone@theorchard.com'})-[:HAS_PROFILE]-(p:Profile {profileType: 'ContentReviewProfile'})
            DETACH DELETE p;
        ]]></query>
    </changeset>
</changelog>
