mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-20 14:22:47 -04:00
Remove name prefix in apikeys (#1167)
This commit is contained in:
@@ -4,8 +4,7 @@ select
|
||||
from
|
||||
keibi.apikeys
|
||||
where
|
||||
name = $1
|
||||
and token = $2;
|
||||
token = $1;
|
||||
|
||||
-- name: TouchApiKey :exec
|
||||
update
|
||||
|
||||
Reference in New Issue
Block a user