<?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="CCM-828_DELETED_HAS_ACCESS_TO_fix:1" author="bburton" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity{id: '27dc24dc-7980-4876-b9a9-d1d2ad4ae969'})-[:HAS_PROFILE]-(p: Profile {profileType: 'OrchAdminProfile'})-[r:DELETED_HAS_ACCESS_TO]-(v)
                WITH p, r
                CALL apoc.refactor.setType(r, 'HAS_ACCESS_TO')
                YIELD input, output
                RETURN p;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
