<?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-2812_gda-account-creation_super_admin_access:1" author="npatel" run-on-change="true">
        <query>
            MATCH (i:Identity {email: "gda-account-creation@theorchard.io"})-[:HAS_PROFILE]->(ps:Profile {profileType: "SettingsProfile"}),
            (v:Vendor {id: '*'})
            MERGE (ps)-[:HAS_ADMIN_ACCESS_TO]->(v);
        </query>
    </changeset>
</changelog>
