<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://florent.biville.net/liquigraph/schema/1.0/liquigraph.xsd">
    <changeset id="POD-2701_update_user_role:1" author="ggawas">
        <query>
            <![CDATA[
                MATCH(i:Identity)-[:HAS_PROFILE]->(p:Profile {profileType:'PodcastProfile'}) 
                WITH i,p
                WHERE i.email = 'jaimie.meyers@sonymusic.com'
                SET p.roles = ['network-admin'];
            ]]>
        </query>
    </changeset>
</changelog>
