Commit f6790bb1 authored by Frank Bergmann's avatar Frank Bergmann

- LDAP List of batch jobs:

  Changed sort order to show most recent first
parent d6cb4230
......@@ -21,7 +21,8 @@
trunc(extract(epoch from (coalesce(job_end_time, current_timestamp) - job_start_time))) as run_time_seconds
from auth_batch_jobs
where authority_id = :authority_id
order by start_time_ansi
order by
job_start_time DESC
</querytext>
</fullquery>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment