Skip to main content

max / makenotwork

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