-
Type:
Task
-
Resolution: Unresolved
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not defined
The vast majority of method and variable naming has already been made Database independent with OPT-7244. However there are two DTOs that contain fields that have ES in their name. Their renaming is not trivial because it also requires an operation during upgrade.
The field in question is
esTypeIndexRefersTo
It is present in TimestampBasedImportIndexDto and PositionBasedImportIndexDto.
- This field should be promoted to ImportIndexDto (which both Dtos above inherit from).
- It needs to be renamed to dbTypeIndexRefersTo
- This renaming needs to be considered in the migration for each of the indexes using it, since the renaming will affect the database
- Tests for the upgrade steps need to be adapted (if applicable)
This is the controller panel for Smart Panels app
- is related to
-
OPT-7244 Create abstraction layer (ES/OS) for importing services
-
- Done
-