<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM-3480_update_defaultbrand_to_theorchard:1" author="asampath" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity{defaultBrand:'orchard'})
                  SET i.defaultBrand = 'theorchard',   
                      i.updatedOn = datetime(), 
                      i.updatedBy = 'PLATFORM-3480_update_defaultbrand_to_theorchard'
            ]]>
        </cypherquery>
    </changeset>
</changelog>
