Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
makenotwork
/
server
/
.sqlx
/
query-6755ef15340c939937d1226b3af2d187b807f6018a148b0e290793725556611e.json
497 B · 15 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
\n
UPDATE license_keys
\n
SET activation_count = (
\n
SELECT COUNT(*) FROM license_activations
\n
WHERE license_key_id = $1 AND is_active = true
\n
)
\n
WHERE id = $1
\n
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
9
]
10
}
,
11
"
nullable
"
:
[
]
12
}
,
13
"
hash
"
:
"
6755ef15340c939937d1226b3af2d187b807f6018a148b0e290793725556611e
"
14
}
15