pub async fn new(
conn: &mut PgConnection,
id: Uuid,
course_or_exam_id: CourseOrExamId,
url: &str,
deploy_key: Option<&str>,
) -> ModelResult<()>
pub async fn new(
conn: &mut PgConnection,
id: Uuid,
course_or_exam_id: CourseOrExamId,
url: &str,
deploy_key: Option<&str>,
) -> ModelResult<()>