Skip to main content

max / makenotwork

351 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE users SET suspended_at = now(), suspension_reason = $2 WHERE mnw_account_id = $1",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "03ade415463b367871d02a5b82d14b7f544ebfbeb40080d3194bcb72fa9a47ae"
15 }
16