<?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-2630_change_user_role:1" author="rkhandeparkar">
        <query>
            <![CDATA[
                MATCH(i:Identity)-[:HAS_PROFILE]->(p:Profile {profileType:'PodcastProfile'}) 
                WITH i,p
                WHERE i.email = 'doug@campsidemedia.com'
                SET p.roles = ['producer'];
            ]]>
        </query>
    </changeset>
</changelog>
