pub async fn get_oldest_date(
    conn: &mut PgConnection
) -> ModelResult<Option<NaiveDate>>