<?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="PUB-XX-gmanukyan-star-vendor:1" author="yostapyuk">
        <query>
            MATCH (profile:Profile {uuid: '9b61bc0b-565a-44c7-8b3c-82f49b4a92a9'})
            WITH profile
            MATCH (v:Vendor {id: '*'})
            MERGE (profile)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>
</changelog>
