When performing a reindex operation on a single resource with optimizeStorage set to ALL_VERSIONS, the version data is not moved from largeobject table to hfj_res_ver table.
To Reproduce
Steps to reproduce the behavior:
Create a single FHIR resource with some versions on an older version of HAPI FHIR like 6.10.5
Migrate db schema to the latest version of HAPI FHIR 7.6
Run $reindex operation with OptimizeStorage set to ALL_VERSIONs targeting that single resource.
Expected: res_text_vc column populated in hfj_res_ver table for all versions of the resource
Actual Outcome: res_text_vc column isn't populated for none of versions for the resource
When performing a reindex operation on a single resource with optimizeStorage set to ALL_VERSIONS, the version data is not moved from largeobject table to hfj_res_ver table.
To Reproduce Steps to reproduce the behavior:
Expected: res_text_vc column populated in hfj_res_ver table for all versions of the resource
Actual Outcome: res_text_vc column isn't populated for none of versions for the resource