<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NO-TICKET_revoke_access:1" author="rshield" run-always="true">
        <query>
            <![CDATA[
                MATCH(i:Identity {email:'jessenia.boukhari@kollectivenr.com'})-[:HAS_PROFILE]->(p:Profile {profileId: 468594})
                SET p.roles = ['manage_nr_deliveries']
            ]]>
        </query>
    </changeset>
</changelog>
