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-9d70d52ffa4da48ff434a1ee4e50bfe0774734b73c79c9ed8a0b26727c5eddae.json
478 B · 17 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
\n
INSERT INTO pending_refunds (payment_intent_id, amount, amount_refunded)
\n
VALUES ($1, $2, $3)
\n
ON CONFLICT (payment_intent_id) WHERE matched_at IS NULL DO NOTHING
\n
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Text
"
,
9
"
Int8
"
,
10
"
Int8
"
11
]
12
}
,
13
"
nullable
"
:
[
]
14
}
,
15
"
hash
"
:
"
9d70d52ffa4da48ff434a1ee4e50bfe0774734b73c79c9ed8a0b26727c5eddae
"
16
}
17