async fn try_insert_key_for_the_day_internal(
    conn: &mut PgConnection,
    valid_for_date: NaiveDate
) -> ModelResult<()>