This commit is contained in:
Dmitry Zuikov 2024-08-23 19:11:16 +03:00
parent ca9878d1cd
commit 61aac90086
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ findMatchedGroupKeySecret sto gk = do
, t.gkhash
, f.key
, f.file
, kw.weight
, coalesce(kw.weight, 0) as weight
from gkaccess gka
join gktrack t on gka.gkhash = t.gkhash
join keyfile f on f.key = gka.key