Remove name prefix in apikeys (#1167)

This commit is contained in:
Zoe Roux
2025-11-19 23:29:31 +01:00
committed by GitHub
parent a115c83cba
commit 18b2ae2c5f
11 changed files with 46 additions and 51 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ select
from
keibi.apikeys
where
name = $1
and token = $2;
token = $1;
-- name: TouchApiKey :exec
update