Fix: Need to return user_id here for the jobs list

This commit is contained in:
Reid 'arrdem' McKenzie 2023-07-20 00:13:38 -06:00
parent a2219c88f1
commit 0778cc077f

View file

@ -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