|
Author:
{'name': 'Sergi Mateo Bellido', 'email': 'sergi.mateo-bellido@mongodb.com', 'username': 'smateo'}
Message: SERVER-54790 Remove the 'allowMigrations' flag from config.collections when downgrading
- Making the allowMigrations field on config.collections optional
- Since DDL operations cannot overlap with a setFCV, we can assume that
allowMigrations is true when running the setFCV command. I added an
invariant to verify that.
- No reason to remove this field since it will never be present when
downgrading.
Branch: master
https://github.com/mongodb/mongo/commit/392c79b60befd046bce5403a3ba6d087c599a478
|