mongodb-migrations
mongodb-migrations copied to clipboard
Managed migration support for MongoDB
Automated PR to add CODEOWNERS file for team @deseretdigital/architecture
I think that the `migrations_script_directory` config and the related `executeScript(Database $db, $file)` method add little value for the extra overhead. https://github.com/doesntmattr/mongodb-migrations/blob/master/src/AntiMattr/MongoDB/Migrations/Version.php#L261 It would be easy enough for anyone to load...
Scrutinizer gives `Configuration` class an `F`: https://scrutinizer-ci.com/g/doesntmattr/mongodb-migrations/code-structure/master/class/AntiMattr%5CMongoDB%5CMigrations%5CConfiguration%5CConfiguration It is not hard to see why. There is this confusing inheritance model: ``` Configuration (concrete) | v AbstractFileConfiguration (abstract) | | v...