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