Skip to content

Commit fd78f43

Browse files
Pull expected time from last build
1 parent 196de90 commit fd78f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/src/pool/postgres.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ impl PostgresConnection {
375375
cp.step = collector_progress.step
376376
and cp.start_time is not null
377377
and cp.end_time is not null
378+
order by start_time desc
378379
limit 1
379380
))::int4
380381
from collector_progress where aid = $1 order by step

0 commit comments

Comments
 (0)