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-074a33db48f3349c0e8dcacb93cf70d6a66fb78866e7af46e988e952406461a6.json
343 B · 15 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
DELETE FROM promo_codes WHERE creator_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
"
:
"
074a33db48f3349c0e8dcacb93cf70d6a66fb78866e7af46e988e952406461a6
"
14
}
15