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-c06c050fff308dea07624ac2a9212e988db91b34dabf2ba6772f79a85c2a704e.json
417 B · 16 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
\n
UPDATE license_activations
\n
SET is_active = false
\n
WHERE license_key_id = $1 AND machine_id = $2 AND is_active = true
\n
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Text
"
10
]
11
}
,
12
"
nullable
"
:
[
]
13
}
,
14
"
hash
"
:
"
c06c050fff308dea07624ac2a9212e988db91b34dabf2ba6772f79a85c2a704e
"
15
}
16