move_chapter_exercises_to_manual_review

Function move_chapter_exercises_to_manual_review 

Source
pub async fn move_chapter_exercises_to_manual_review(
    conn: &mut PgConnection,
    chapter_id: Uuid,
    user_id: Uuid,
    course_id: Uuid,
) -> ModelResult<()>