<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <changeset id="NR-1463_mhermalyn_content_profile:1" author="npatel">
        <cypherquery>
            MATCH (i:Identity {id: "553cef62-ee9e-4002-b22c-ebb77a695a12"})--(p:Profile {profileType: "ContentProfile"})
            SET p.roles = p.roles + ['manage_nr_repertoire']
            return p.profileId
        </cypherquery>
    </changeset>

</changelog>
