add start / end ts, in progress to update

This commit is contained in:
beckerinj
2022-11-14 02:22:13 -05:00
parent f48703aef7
commit e35d3473c7

View File

@@ -137,7 +137,9 @@ pub struct Update {
pub entity_id: Option<String>,
pub operation: Operation,
pub log: Vec<Log>,
pub ts: i64,
pub start_ts: i64,
pub end_ts: i64,
pub in_progress: bool,
pub is_error: bool,
pub operator: String,
}