<?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-3463_aiola_all_labels_access:1" author="ozhovnuvatyi">
        <query>
            <![CDATA[
                MATCH (i:Identity {id: '6226ffde-7f54-4000-b847-8f3a4dc11b99' })-[:HAS_PROFILE]-(profile:Profile {profileType: "AudienceProfile"}),
                    (v1:Vendor {id: 780555 }),
                    (v2:Vendor {id: 77877 }),
                    (v3:Vendor {id: 778093 }),
                    (v4:Vendor {id: 34590 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v1)
                MERGE (profile)-[:HAS_ACCESS_TO]->(v2)
                MERGE (profile)-[:HAS_ACCESS_TO]->(v3)
                MERGE (profile)-[:HAS_ACCESS_TO]->(v4)
            ]]>
        </query>
    </changeset>
</changelog>
