<?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-3446_fix_impersonated_profile:1" author="tnozhkina" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {id: 'a396fe3c-26c5-4176-b387-7276d66f6473'}),(p:Profile {profileId: 35979, profileType: 'LabelProfile'})
                WITH i,p
                MERGE (i)-[rel:HAS_PROFILE]->(p)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
