<?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="DATA-8949_restore_profile:1" author="savva" run-on-change="true">
        <query>
            <![CDATA[
                MATCH (i:Identity {email: 'ssavva@theorchard.com'})-[hdp:DELETED_HAS_PROFILE]->(p:Profile {profileId: 708, profileType: 'InsightsProfile'})
                MERGE (i)-[:HAS_PROFILE]->(p)
                DELETE hdp
            ]]>
        </query>
    </changeset>
</changelog>
