<?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="PLATFORM-3832_delete_duplicate_of_profile:1" author="pcherevko" run-always="true">
        <cypherquery>
          <![CDATA[
            MATCH (p:Profile {uuid: '03db2717-3d41-4a41-9320-6fda3e481a61'})-[r]-()
            DELETE p, r
          ]]>
        </cypherquery>
    </changeset>
</changelog>
