<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2056_catalog_access_fin_clowe:1" author="jmarais" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Profile {uuid: '3c57db59-c462-45e5-a34b-8162f61e1654'})
                    SET p.fullCatalogAccess = true
                RETURN p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
