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

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