<?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-4156_fix-admin-access-for-digitalcontent-user:1" author="amartynenko" run-on-change="true">
        <query>
            MATCH (p:Profile {profileName:"digitalcontent@plemis.com", profileType:"SettingsProfile"})
            MATCH (v:Vendor {id:82194})
            MERGE (p)-[:HAS_ADMIN_ACCESS_TO]->(v);
        </query>
    </changeset>
</changelog>
