if one of the migrations run into an error, then the migration may contain EARLY_MODE_CHECKSUM and recovering from such a situation would be more difficult.
Well, there would have to be multiple commits or implied commits AND there would have to be the desire to revert the checksums and go back to using "late mode checksums". Maybe we could make it easier to reset checksums though ... via a patchResetChecksumVersions=* or something like that (so with * as the versions, then patch the checksum on any versions that are mismatched).
Well, there would have to be multiple commits or implied commits AND there would have to be the desire to revert the checksums and go back to using "late mode checksums". Maybe we could make it easier to reset checksums though ... via a
patchResetChecksumVersions=*
or something like that (so with*
as the versions, then patch the checksum on any versions that are mismatched).