<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="NOTICKET-fix_jbrooks_impersonation:1" author="jbrooks" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity{email:'jbrooks@sonymusic-pde.com'})-[:HAS_PROFILE]->(p:Profile{profileType:'OrchAdminProfile'})
                SET p.profileId = 3323
            ]]>
        </cypherquery>
    </changeset>
</changelog>
