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-49f115553d29ac679e7864195427e4f798c691cc425ea04b5a3a6125822a4cdb.json
462 B · 16 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
UPDATE posts SET removed_by = NULL, removed_at = now()
\n
WHERE id = $1 AND removed_at IS NULL
\n
AND (SELECT COUNT(*) FROM post_flags WHERE post_id = $1 AND resolved_at IS NULL) >= $2
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Int8
"
10
]
11
}
,
12
"
nullable
"
:
[
]
13
}
,
14
"
hash
"
:
"
49f115553d29ac679e7864195427e4f798c691cc425ea04b5a3a6125822a4cdb
"
15
}
16