pub async fn get_by_domain(
    conn: &mut PgConnection,
    domain: &str
) -> ModelResult<OtherDomainToCourseRedirection>