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