<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="neo4j_test:1" author="npatel" run-on-change="true">
        <query>
            Match (p:Profile {uuid: "ffa3d2ec-f3e9-4801-b6cb-da7be3d3c627"}) SET p.lastUpdated = datetime()
            RETURN p.uuid  ;
        </query>
    </changeset>
</changelog>
