<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="DOC-533-resync-tax-status:1" author="j0shua" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
					{    accountPayee: {      accountPayeeId: 9893    }, timestamp: "2023-05-17T15:49:52Z"  }
                ] AS payload

                CALL streams.publish(
                    'graphql.subscription.abacusAccountPayeePayoneerWFormCollected',
                    payload
                )
                RETURN true
            ]]>
        </cypherquery>
    </changeset>
</changelog>