<?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="NOTICKET-unique-constraint-brand-nodes:1" author="papaonlegs" run-on-change="true">
        <query>
            CREATE CONSTRAINT ON (n:ParentCompany) ASSERT n.uuid IS UNIQUE;
        </query>
    </changeset>
    <changeset id="NOTICKET-unique-constraint-brand-nodes:2" author="papaonlegs">
        <query>
            CREATE CONSTRAINT ON (n:CompanyBrand) ASSERT n.uuid IS UNIQUE;
        </query>
    </changeset>
    <changeset id="NOTICKET-unique-constraint-brand-nodes:3" author="papaonlegs">
        <query>
            CREATE CONSTRAINT ON (n:ServiceTier) ASSERT n.uuid IS UNIQUE;
        </query>
    </changeset>
</changelog>