Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix meta version of task index mapping (#50363)
The built-in task index mapping has a version field in its metadata, so that the TaskResultsService can check to see if it needs to update mappings when a new task result is stored. #48393 updated this version in TaskResultsService but omitted to change the version in the mapping itself, so a mapping update is applied every time a new task result is stored. This commit updates the mapping version so that it corresponds to the version in TaskResultsService.
- Loading branch information