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-ec197a33be38cdc849e9f070766866fc91347b47e1a15df022a6ee8af12d6ef6.json
374 B · 16 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
UPDATE transactions SET promo_code_id = NULL WHERE buyer_id = $1 AND promo_code_id = $2 AND status = 'pending'
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Uuid
"
10
]
11
}
,
12
"
nullable
"
:
[
]
13
}
,
14
"
hash
"
:
"
ec197a33be38cdc849e9f070766866fc91347b47e1a15df022a6ee8af12d6ef6
"
15
}
16