<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="SR-145_grant_osr_role:1" author="gaguirre" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(i:Identity)-[x:HAS_PROFILE]->(p:Profile)
                WHERE i.email = 'gtavarez@theorchard.com'
                AND p.profileType = 'ContentProfile'
                AND NOT 'view_orchard_sound_recording' IN p.roles
                SET p.roles = p.roles + 'view_orchard_sound_recording'
                RETURN p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
