<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM-3605_Create_oa_admin_user:1" author="jyang">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {email: "oa-admin-user@sonymusic-pde.com"})-[:HAS_PROFILE]->(ps:Profile {profileType: "SettingsProfile"}),
                (v:Vendor {id: '*'})
                MERGE (ps)-[:HAS_ADMIN_ACCESS_TO]->(v);
            ]]>
        </cypherquery>
    </changeset>
</changelog>
