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 72a8753639
commit ec10fa359d

View file

@ -83,6 +83,7 @@ SELECT
, j.started_at
, j.cancelled_at
, j.finished_at
, j.user_id
FROM jobs j
INNER JOIN files f
ON j.file_id = f.id