You've already forked AstralRinth
forked from didirus/AstralRinth
* Task to retroactively update Mural statuses * cargo sqlx prepare * wip: add tests * Prepare * Fix up test * start on muralpay mock * Move mocking to muralpay crate
31 lines
660 B
JSON
31 lines
660 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT id, platform_id FROM payouts\n WHERE\n method = $1\n AND status = ANY($2::text[])\n LIMIT $3\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "platform_id",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"TextArray",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "debd4b2909fdb3318bcee18fa462da7dd5e9f2334a6eb4768847078db70fd6aa"
|
|
}
|