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

    <changeset id="NR-1940_add_ownership_role_sam_birkwood:1" author="jmarais" run-on-change="true">
        <cypherquery>
        <![CDATA[
            MATCH (p:Profile {uuid: "905e0073-9ea8-4448-9195-037bacc3684c"})
            SET p.roles = p.roles + 'manage_nr_ownership'
            RETURN p.roles
        ]]>
        </cypherquery>
    </changeset>
</changelog>
