<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="SR-435_re_enable_profile_access:1" author="gaguirre" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity{id: '46a939d0-a030-4c0f-a850-ec929273dd51'})-[: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>
