<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="AS-2729-update_collaborator_period_closed_subscription_appid:1" author="dblair" run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (sub:Subscription { 
                name: 'collaborators_statement_period_closed',
                feedType: 'collaboratorsStatementPeriodClosed',
                followedEntity: 'Collaborator',
                notificationType: 'emailNotifications',
                appId: 'collaborators'
            })
            SET sub.appId = 'moneyhub'
            RETURN sub
            ]]>
        </cypherquery>
    </changeset>
</changelog>
