<?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="IN-9627_add_labels_to_profile:1" author="rshield" run-on-change="true">
        <query>
            <![CDATA[
                match (p:Profile {profileType: "InsightsProfile", profileId: 80685}) with p
                match (v:Vendor:Orchard:Label {isDistributor: "N", status: "signed"})  
                with p, v limit 500
                merge (p)-[:HAS_ACCESS_TO]->(v)
            ]]>
        </query>
    </changeset>
</changelog>