<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">  
    <changeset id="PLATFORM_activate_brad_user:1" author="npatel" run-on-change="true">
        <query>
            MATCH (i:Identity)
            WHERE i.id = "f0c74feb-67aa-48cf-b0b1-2b84e4aa8e55"
            SET i.active = "Y";
        </query>
    </changeset>
</changelog>
