<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd"> 
    <changeset id="update_a236ad18-f9a7-4595-8dd0-6822e79887a1:1" author="tmartino">
        <cypherquery>
            <![CDATA[
            MATCH (i:Identity{id:'a236ad18-f9a7-4595-8dd0-6822e79887a1'})
            SET i += { email: 'bcutmore@protonmail.com', updatedBy: 'PLATFORM_Update_a236ad18-f9a7-4595-8dd0-6822e79887a1', updatedOn: datetime() }
            RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
</changelog>
