<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <changeset id="CCM-2582_vendor_access_for_prod_user:1" author="ggawas" run-on-change="true" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(i:Identity {email: 'roland@zalo.me'})-[rr:HAS_PROFILE]->(p:Profile {profileType: 'LabelProfile', profileId: 105321})-[rel:DELETED_HAS_ACCESS_TO]->(r:Vendor {id: 66957})
                SET rel.updatedOn = localdatetime(), rel.updatedBy = 'CCM-2582_vendor_access_for_prod_user'
                WITH rel, p
                CALL apoc.refactor.setType(rel, 'HAS_ACCESS_TO')
                YIELD input,output
                RETURN * 
            ]]>
        </cypherquery>
    </changeset>

</changelog>
