<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="AD-271_fix-profiles:1" author="bburton">
        <cypherquery>
            <![CDATA[
            MATCH(i:Identity)-[:HAS_PROFILE]->(p:Profile {profileType: 'AudienceProfile'})
            WHERE NOT i.email ends with '@theorchard.com' DETACH DELETE p;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
