Skip to content

Commit

Permalink
fix(stats): min block not rewritten on reupdate (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik authored Jun 28, 2024
1 parent 935947f commit b406c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stats/stats/src/charts/db_interaction/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ where
chart_data::Column::Date,
])
.update_column(chart_data::Column::Value)
.update_column(chart_data::Column::MinBlockscoutBlock)
.to_owned(),
)
.exec(db)
Expand Down

0 comments on commit b406c7b

Please sign in to comment.