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

    <changeset id="NR-2009_add_ownership_access_sam_jackie_knr:1" author="jmarais" run-on-change="true">
        <cypherquery>
        <![CDATA[
            UNWIND[
                {pUuid: "7c4a9cfc-1ff7-4011-8236-5bc4b970bc87"},
                {pUuid: "b05fc15f-f251-4995-b776-dee240413d5a"}
            ] AS profile
            MATCH (p:Profile {uuid: profile.pUuid })
            SET p.roles = p.roles + 'manage_nr_ownership'
            RETURN p.roles
        ]]>
        </cypherquery>
    </changeset>
</changelog>
