Skip to main content

max / makenotwork

409 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 post_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": "b184059f913975fb9107619546fa696a363c07fc2db8fe365b905ffcd21a0085"
16 }
17