<?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="FS-3569_test_label_access:1" author="ozhovnuvatyi">
        <query>
            <![CDATA[
                MATCH (i:Identity {id: '6b05f5ba-483f-4df5-b635-6bdfc726167c' })-[:HAS_PROFILE]-(profile:Profile {profileType: "AudienceProfile"}),
                    (v1:Vendor {id: 7123 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v1)
            ]]>
        </query>
    </changeset>
    <changeset id="FS-3569_test_label_access:2" author="ozhovnuvatyi">
        <query>
            <![CDATA[
                MATCH (i:Identity {id: 'a299276f-0780-4263-960d-b1d07b0bfd89' })-[:HAS_PROFILE]-(profile:Profile {profileType: "AudienceProfile"}),
                    (v1:Vendor {id: 7123 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v1)
            ]]>
        </query>
    </changeset>
</changelog>
