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,20 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "SELECT status AS \"status: PayoutStatus\" FROM payouts WHERE id = 1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "status: PayoutStatus",
"type_info": "Varchar"
}
],
"parameters": {
"Left": []
},
"nullable": [
false
]
},
"hash": "b92b5bb7d179c4fcdbc45600ccfd2402f52fea71e27b08e7926fcc2a9e62c0f3"
}