pub async fn update_enable_registering_completion_to_uh_open_university(
    conn: &mut PgConnection,
    id: Uuid,
    enable_registering_completion_to_uh_open_university: bool
) -> ModelResult<CourseModule>