Skip to main content

max / makenotwork

404 B · 17 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE post_flags SET resolved_at = now(), resolved_by = $2, resolution = $3\n WHERE id = $1 AND resolved_at IS NULL",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid",
10 "Text"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "0768d2c0c86038fc01f2b662ab65c9fe45979876679ce94ae6431ff1600ed4ba"
16 }
17