<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2476_b_create_missing_relationship:1" author="gmaroulis" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH (i:Identity {email: "ingestion@nr-ownership.io"})
            MATCH (p:Profile {profileName: 'ownership ingestion service OrchAdminProfile'})
            SET p.fullCatalogAccess = true
            MERGE (i)-[:HAS_PROFILE]->(p)
        ]]>
        </cypherquery>
    </changeset>
</changelog>
