<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="DOC-378_repair_admin_profiles:1" author="owright">
      <cypherquery>
        <![CDATA[
            MATCH (p:Profile {
                profileType: 'DocumentsProfile',
                fullCatalogAccess: true
            })
            MATCH (v:Vendor { id: '*' })
            MERGE (p)-[:HAS_ACCESS_TO]->(v)
            RETURN 0
        ]]>
      </cypherquery>
    </changeset>
</changelog>
