Fix: Need to return user_id here for the jobs list
This commit is contained in:
parent
a2219c88f1
commit
0778cc077f
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ SELECT
|
||||||
, j.started_at
|
, j.started_at
|
||||||
, j.cancelled_at
|
, j.cancelled_at
|
||||||
, j.finished_at
|
, j.finished_at
|
||||||
|
, j.user_id
|
||||||
FROM jobs j
|
FROM jobs j
|
||||||
INNER JOIN files f
|
INNER JOIN files f
|
||||||
ON j.file_id = f.id
|
ON j.file_id = f.id
|
||||||
|
|
Loading…
Reference in a new issue