Skip to content

Commit

Permalink
fix(services/statistics): change fallback to include in same millenium
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 4, 2024
1 parent 673e24e commit cfbf161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/services/statistics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl StatisticsService {
.arg(Expr::val(grouped_by.to_string()))
.arg(Func::coalesce([
Expr::col(daily_user_activity::Column::Date).into(),
Func::cast_as(Expr::val("2000-01-01"), date_type.clone()).into(),
Func::cast_as(Expr::val("2001-01-01"), date_type.clone()).into(),
])),
date_type,
)),
Expand Down

0 comments on commit cfbf161

Please sign in to comment.