<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PHYS_Fix_backend_user_distributionprofile_access:1" author="npatel" run-always="true">
        <cypherquery>
            <![CDATA[
               MATCH (i:Identity {id: "9d1e2649-614d-42b0-b79f-2f910478df87"})--(p:Profile{profileType: "DistributionProfile"}) 
                SET p.fullCatalogAccess = true
                RETURN p.profileId
            ]]>
        </cypherquery>
    </changeset>
</changelog>
