<?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="WAR-1049_remove_duplicate_profile:1" author="epohrebna">
        <cypherquery>
            <![CDATA[
            MATCH
                (firstProfile:Profile {profileId: 367913, profileType:"MoneyhubProfile"}),
                (secondProfile:Profile {profileId: 367914, profileType: "MoneyhubProfile"})
            DETACH DELETE firstProfile, secondProfile;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
