<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">

    <changeset id="WAR-511_give_full_catalog_access:1" author="menger" run-on-change="true">
        <cypherquery>
            <![CDATA[

            MATCH (i:Identity)-[:HAS_PROFILE]->(p:Profile {profileType:"MoneyhubProfile"})
            WHERE i.email IN [
                "sam.thomas@awal.com",
                "matthew.osborne@awal.com",
                "elizabete.kolbjer@awal.com"
            ]
            SET p.fullCatalogAccess = true

            ]]>
        </cypherquery>
    </changeset>

</changelog>
