<?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="TAP-588_audit-profile-fields:1" author="mbalan">
        <query>
            MATCH (i:Identity {id: 'ea2d30a3-d797-4106-ac03-51065164671d'})-[:HAS_PROFILE]->(p:Profile {profileType: 'DocumentsProfile'})-[r:HAS_ACCESS_TO]->(v:Vendor {id: '*'})
                SET r.createdOn = datetime(),
                r.createdBy = 'database/TAP-588_audit-profile-fields',
                r.updatedOn = datetime(),
                r.updatedBy = 'database/TAP-588_audit-profile-fields';
        </query>
    </changeset>
</changelog>
