Skip to main content

max / makenotwork

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