<?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-1397_add_NrParticipant_name_index:1" author="npatel" run-always="true">
        <query>
          <![CDATA[
                CREATE INDEX NrParticipant_name_index IF NOT EXISTS
                FOR (n:NrParticipant) ON (n.name)
          ]]>
        </query>
    </changeset>
</changelog>
