pub async fn set_grading_id(
    conn: &mut PgConnection,
    grading_id: Uuid,
    submission_id: Uuid
) -> ModelResult<ExerciseTaskSubmission>