<?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="NOTICKET-set-full-catalog-access-songwhip-profile:1" author="veixar" run-on-change="true">
        <query>
            <![CDATA[
                MATCH (profile:Profile {profileType: "SongwhipProfile", profileId: 425094})
                SET profile.fullCatalogAccess = TRUE
                RETURN profile;
            ]]>
        </query>
    </changeset>

    <changeset id="NOTICKET-set-full-catalog-access-songwhip-profile:2" author="veixar" run-on-change="true">
        <query>
            <![CDATA[
                MATCH (profile:Profile {profileType: "SongwhipProfile", profileId: 425459})
                SET profile.fullCatalogAccess = TRUE
                RETURN profile;
            ]]>
        </query>
    </changeset>

</changelog>