Fix tech rev rejection query (#4963)

This commit is contained in:
François-Xavier Talbot
2025-12-29 16:06:47 -05:00
committed by GitHub
parent 9f356beec3
commit 9924faab84
7 changed files with 48 additions and 118 deletions
@@ -1,18 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO payouts (id, method, platform_id, status, user_id, amount, created)\n VALUES ($1, $2, $3, $4, $5, 10.0, NOW())\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Text",
"Varchar",
"Int8"
]
},
"nullable": []
},
"hash": "cd5ccd618fb3cc41646a6de86f9afedb074492b4ec7f2457c14113f5fd13aa02"
}