<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PLATFORM-3900_Backfill_full_catalog_access_true:1" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Profile {profileType: "OrchAdminProfile"})
                WHERE p.fullCatalogAccess = False
                SET p.fullCatalogAccess = True
                RETURN p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
