<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="TAP-1395-resync-payee-cotr.xml:1" author="amerkulov" run-on-change="true">
        <query>
            <![CDATA[
                UNWIND[
                    {    accountPayee: {      accountPayeeId: 638    },    timestamp: "2024-11-14T15:20:18Z"  }
               ]AS payload

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