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-ed497f2629ec66fa836ad73aa017b23d49f9731a86723871e29ae2683087c008.json
310 B · 15 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
UPDATE images SET s3_purged_at = now() WHERE id = ANY($1)
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
UuidArray
"
9
]
10
}
,
11
"
nullable
"
:
[
]
12
}
,
13
"
hash
"
:
"
ed497f2629ec66fa836ad73aa017b23d49f9731a86723871e29ae2683087c008
"
14
}
15