Skip to main content

max / makenotwork

369 B · 15 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE transactions\n SET status = 'completed'\n WHERE id = $1 AND status = 'refunding'\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "39daf500d3809248ec3a93e1aec414f4b798b9bac32cb1d9def22809c0209990"
14 }
15