Skip to content

Commit 3cc4361

Browse files
committed
fix column name
1 parent 4d2e44e commit 3cc4361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/pool/sqlite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ impl Connection for SqliteConnection {
10961096
"
10971097
select
10981098
step,
1099-
end_time is not null,
1099+
end is not null,
11001100
coalesce(end, strftime('%s', 'now')) - start,
11011101
(select end - start
11021102
from collector_progress as cp

0 commit comments

Comments
 (0)