async fn copy_exercise_tasks( tx: &mut PgConnection, namespace_id: Uuid, parent_id: Uuid, ) -> ModelResult<()>