<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="AS-2665-jbrooks_follow_and_subscribe:2" author="jbrooks" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH (s:Subscription{ name: 'collaborators_statement_period_closed' }),
                  (:Identity{ email:'jbrooks@sonymusic-pde.com' })--(p:Profile{ profileType: 'MoneyhubProfile' })--(c:Collaborator)
            MERGE (p)-[:HAS_SUBSCRIPTION]->(s)
            MERGE (p)-[:HAS_FOLLOWED_COLLABORATORS_STATEMENT_PERIOD_CLOSED]->(c)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
