Description
We need to modify our database table called "indices" to be able to tell if the index is legacy ES or 3.x OpenSearch
A new nullable column will be required to track the index version
But we're also going to need to update the Factories and Services/API associated with retrieving and persisting such info.
We're also going to need an upgrade task and the respective changes reflected in the database bootstrap script
Acceptance Criteria
- [] We should still be able to track Legacy indices as well as the new indices
- [] The Upgrade task should add the new version column without breaking anything
Priority
None
Additional Context
No response