Skip to main content

max / makenotwork

377 B · 17 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE tracked_threads SET last_read_post_id = $3\n WHERE user_id = $1 AND thread_id = $2",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid",
10 "Uuid"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "fa7ffad5cf9a95d6e7ec56fa6f3567d4a9098728992fc0f090f770f8be100112"
16 }
17