<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="test2-neo4j:1" author="npatel" run-always="true">
        <cypherquery>
            
            <![CDATA[
               match(i:Identity {id:"425e95f5-2f59-4e13-8f9f-0f31513d522d"})-[:HAS_PROFILE]->(p:Profile {profileType: "LabelProfile"})
               set i.touchedByBackfill = datetime(), i.updatedBy = "kafka-db-deploy-neo4j"
               RETURN p.uuid
            ]]>
        </cypherquery>
    </changeset>
</changelog>
