mirror of https://github.com/voidlizard/hbs2
wip, fix
This commit is contained in:
parent
ca9878d1cd
commit
61aac90086
|
@ -155,7 +155,7 @@ findMatchedGroupKeySecret sto gk = do
|
||||||
, t.gkhash
|
, t.gkhash
|
||||||
, f.key
|
, f.key
|
||||||
, f.file
|
, f.file
|
||||||
, kw.weight
|
, coalesce(kw.weight, 0) as weight
|
||||||
from gkaccess gka
|
from gkaccess gka
|
||||||
join gktrack t on gka.gkhash = t.gkhash
|
join gktrack t on gka.gkhash = t.gkhash
|
||||||
join keyfile f on f.key = gka.key
|
join keyfile f on f.key = gka.key
|
||||||
|
|
Loading…
Reference in New Issue