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

    <changeset id="NR-1171_add_ownership_roles_for_content_profiles:1" author="npatel" run-on-change="true">
        <cypherquery>
        <![CDATA[
            MATCH (i:Identity)-[:HAS_PROFILE]->(p:Profile {profileType: "ContentProfile"}) 
            WHERE i.email in [
                'jmarais@theorchard.com',
                'ratoui@theorchard.com',
                'rshield@theorchard.com',    
                'amoon@theorchard.com',
                'npatel@theorchard.com',
                'asukhorada@theorchard.com',
                'yostapyuk@theorchard.com',
                'gfreitas@theorchard.com',
                'ccapalbo@theorchard.com',
                'ajaiswal@theorchard.com'
            ]
            SET p.roles = p.roles + 'manage_nr_ownership'
            RETURN i.email, p.roles
        ]]>
        </cypherquery>
    </changeset>    
</changelog>
