Skip to content

Fix background migration temporary class definition

Michael Kozono requested to merge mk/fix-bg-migration-temporary-class into master

What does this MR do?

The intention of the temporary class is to decouple the background migration code from the codebase. This helps avoid the need to update the background migration and its tests due to changes in the codebase, and also ensures the background migration jobs can run on different versions of the app.

But currently, the perform method is using the codebase's PackageFile class. This MR fixes that mistake.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Michael Kozono

Merge request reports