<?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="KDH-194_add_indexes_Device__deviceId:1" author="npatel" run-always="true">
        <query>
          <![CDATA[
                create index Device__deviceId__index IF NOT EXISTS FOR (d:Device) ON (d.deviceId)
          ]]>
        </query>
    </changeset>
    
</changelog>
