<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd"> 
    <changeset id="PLATFORM-update_employee_info:1" author="ahan">
        <cypherquery>
            <![CDATA[
            MATCH (i:Identity{id:'190a68f8-792f-49cf-a67d-29f0646d08ce'})
            SET i.email = 'agarcia@theorchard.com'
            RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
</changelog>
