<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="TAP-1052_resync_status:1" author="vsvirskiy" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    { accountPayee: { accountPayeeId:3239 }, timestamp: "2024-04-15T10:02:04Z" }
                ] AS payload
                CALL streams.publish(
                    'graphql.subscription.abacusAccountPayeePayoneerDetailsChanged',
                    payload
                )
                RETURN true
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="TAP-1052_resync_status:2" author="vsvirskiy" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    { accountPayee: { accountPayeeId:3239 }, timestamp: "2024-04-15T10:02:04Z" }
                ] AS payload
                CALL streams.publish(
                    'graphql.subscription.abacusAccountPayeePayoneerStatusUpdated',
                    payload
                )
                RETURN true
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="TAP-1052_resync_status:3" author="vsvirskiy" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    { accountPayee: { accountPayeeId:3239 }, timestamp: "2024-04-15T10:02:04Z" }
                ] AS payload
                CALL streams.publish(
                    'graphql.subscription.abacusAccountPayeePayoneerWFormCollected',
                    payload
                )
                RETURN true
            ]]>
        </cypherquery>
    </changeset>
</changelog>