Fix: user_id not uid
This commit is contained in:
parent
5d810e3048
commit
f7f243d6e4
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ SELECT
|
|||
FROM jobs j
|
||||
WHERE
|
||||
file_id = :fid
|
||||
AND uid = :uid
|
||||
AND user_id = :uid
|
||||
;
|
||||
|
||||
-- name: list-job-queue
|
||||
|
|
Loading…
Reference in a new issue