<?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="NR-1685_add_index_on_NrTrack:1" author="jmarais" run-always="true">
        <query>
          <![CDATA[
                CREATE INDEX NrTrack_id_index IF NOT EXISTS
                FOR (n:NrTrack) ON (n.id)
          ]]>
        </query>
    </changeset>
</changelog>
