<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-408-lfrederique-publishing-admin:1" author="tdenkinger">
        <query>
            MATCH (profile:Profile {uuid: 'c2dc54e0-fb91-4192-961d-d4697be0f82f'})
            SET profile.fullCatalogAccess = true
            WITH profile
            MATCH (v:Vendor {id: '*'})
            MERGE (profile)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>
</changelog>
