<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM_no_ticket_remove_kroll_profiles_from_prod:1" author="tnozhkina" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 9999138})
                DETACH DELETE p;
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM_no_ticket_remove_kroll_profiles_from_prod:2" author="tnozhkina" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 9999139})
                DETACH DELETE p;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
