<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PLATFORM-2591_subaccount_uuid_unique:1" author="npatel">
    
        <query>
            CREATE CONSTRAINT ON (s:Subaccount) ASSERT s.uuid IS UNIQUE;
        </query>       
        <query>
            CREATE CONSTRAINT ON (s:Subaccount) ASSERT EXISTS (s.uuid);
        </query>

    </changeset>
</changelog>
