It has been observed that while running mongration on multiple dbs for multiple migration scripts , the order in which the records get saved in migration collection is not saved as per their given script sequence. Therefore while validation step , comparison for checksum goes wrong and hence throws an error. This PR is to include a safety measure, where migration db records will always be fetched as per the order sequence so that no comparison goes wrong.
It has been observed that while running mongration on multiple dbs for multiple migration scripts , the order in which the records get saved in migration collection is not saved as per their given script sequence. Therefore while validation step , comparison for checksum goes wrong and hence throws an error. This PR is to include a safety measure, where migration db records will always be fetched as per the order sequence so that no comparison goes wrong.