Add missing demodulize call to class name
The `BackfillJiraTrackerDeploymentType2` migration is remaining stuck in pending state at various customers because the job state update implementation is passing the wrong string when sending a class name for lookup The other migrations that do similar things use the `demodulize` function to transform a module name into just the unqualified classname but this migration appears to have missed it This change adds the missing method call to ensure future migration runs (for yet-to-upgrade customers, or customers trying to re-run this) update the background migration jobs table correctly
Showing
Please register or sign in to comment