mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
fix(tasks): sql query
This commit is contained in:
parent
b132ce6094
commit
a7e65448fb
@ -222,7 +222,7 @@ func (d *SqlDb) GetTaskOutputs(projectID int, taskID int) (output []db.TaskOutpu
|
||||
}
|
||||
|
||||
_, err = d.selectAll(&output,
|
||||
"select task_id, task, time, output from task__output where task_id=? order by id",
|
||||
"select task_id, time, output from task__output where task_id=? order by id",
|
||||
taskID)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user