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-43dbb680420ef969c22d8b02325499f0cfdf8745a1ebb03b90958e5b37e982ba.json
320 B · 16 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
DELETE FROM user_sessions WHERE id = $1 AND user_id = $2
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Uuid
"
10
]
11
}
,
12
"
nullable
"
:
[
]
13
}
,
14
"
hash
"
:
"
43dbb680420ef969c22d8b02325499f0cfdf8745a1ebb03b90958e5b37e982ba
"
15
}
16