Closed mrliptontea closed 3 months ago
Related to PLT-856
Fixes #105 - if reindex is set to true, there was a possibility that the same collection would be referenced in more than one place; in that case, indexes previously created for a config would be dropped while creating indexes for another config.
reindex
Update legacy method name deleteIndexes → dropIndexes https://www.mongodb.com/docs/php-library/upcoming/upgrade/
deleteIndexes
dropIndexes
Related to PLT-856
Fixes #105 -
if
reindex
is set to true, there was a possibility that the same collection would be referenced in more than one place; in that case, indexes previously created for a config would be dropped while creating indexes for another config.Update legacy method name
deleteIndexes
→dropIndexes
https://www.mongodb.com/docs/php-library/upcoming/upgrade/