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-ccb498684797651c68392616b7e95bf7a4d352bcce8eddd8ff567b27cc2f66b7.json
359 B · 15 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
DELETE FROM community_bans
\n
WHERE community_id = $1 AND expires_at IS NOT NULL AND expires_at <= now()
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
9
]
10
}
,
11
"
nullable
"
:
[
]
12
}
,
13
"
hash
"
:
"
ccb498684797651c68392616b7e95bf7a4d352bcce8eddd8ff567b27cc2f66b7
"
14
}
15