<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd"> 
    <changeset id="update_to_pde_email_rbomberg:1" author="durukov" run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (i:Identity{email:'rbomberg@theorchard.com'})
            SET i += { email: 'rbomberg@sonymusic-pde.com', updatedBy: 'PLATFORM-3595: sonymusic-pde migration', updatedOn: datetime() }
            RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
</changelog>
