<?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="REVIEW-1224-grant-profile-full-catalog-access:1" author="ingride-n">
        <query>
            <![CDATA[
                MATCH (p:Profile {profileType: "ContentProfile", profileId: 461749})
                SET p.fullCatalogAccess = true;
            ]]>
        </query>
    </changeset>
</changelog>
