Domain migration applyMigrationChanges does not work as specified
migrateDomain
and migrateDomainWithSpecs
will only collect the "detailed change log" that can be applied with applyMigrationChanges report
if MigrationConfig.dryRun=False
and MigrationConfig.collectApplicableChanges=True
. It should only do so if both options are True
, as specified in the SCL documentation already.