pub async fn get_latest_date(
conn: &mut PgConnection,
) -> ModelResult<Option<NaiveDate>>
Expand description
Gets the latest date for which the statistics have been calculated.
pub async fn get_latest_date(
conn: &mut PgConnection,
) -> ModelResult<Option<NaiveDate>>
Gets the latest date for which the statistics have been calculated.