pub async fn count_entered_state_since(
conn: &mut PgConnection,
state: CreditRegistrationState,
since: DateTime<Utc>,
) -> ModelResult<i64>Expand description
Live rows that entered one state within the window. misregistered is not terminal, so
terminal_at cannot answer this.