<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="DOC-525_retrigger_payoneer_accounts:1" author="owright" run-always="true">
      <cypherquery>
        <![CDATA[
            UNWIND[
                {    accountPayee: {      accountPayeeId: 710      },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 5627     },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 7523     },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 7827     },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 11228    },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 12912    },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 14468    },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 25943    },    timestamp: "2023-05-05T13:00:00Z"  },
                {    accountPayee: {      accountPayeeId: 35072    },    timestamp: "2023-05-05T13:00:00Z"  }
            ] AS payload
            CALL streams.publish(
                'graphql.subscription.abacusAccountPayeePayoneerStatusUpdated',
                payload
            )
            RETURN true
        ]]>
      </cypherquery>
    </changeset>
</changelog>
