Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
multithreaded
/
.sqlx
/
query-b184059f913975fb9107619546fa696a363c07fc2db8fe365b905ffcd21a0085.json
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