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
/
server
/
.sqlx
/
query-f6e778c8973a2db6103d3f2f1c30f6446599a5d56b5f7897453738c404968b01.json
306 B · 15 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
UPDATE pending_refunds SET matched_at = NULL WHERE id = $1
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
9
]
10
}
,
11
"
nullable
"
:
[
]
12
}
,
13
"
hash
"
:
"
f6e778c8973a2db6103d3f2f1c30f6446599a5d56b5f7897453738c404968b01
"
14
}
15