Skip to main content

max / makenotwork

309 B · 15 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE pending_refunds SET completed_at = NOW() WHERE id = $1",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "8d30cfccbacb09236d4d9753c5f607fdd085af2cbaed48008a9f4f8967b7f909"
14 }
15