php-database-migration
php-database-migration copied to clipboard
Database Migration tool for PHP
Errors from failed SQL execution from migration files not displayed. The console shows 100% complete even when there was an error executing the SQL script at the database side. The...
Is this project anymore maintained ? I would like to with latest symfony but no luck due to old dependencies.
`symfony/console` has been released, could you update it to 4.x or loosen dependency to 4.x?
This change allows filtering migrations for specific environments. This is useful for mock data in dev/qa, environment specific settings, etc. Signed-off-by: five07
The tool should have a Changelog.md
We need this for testing scripts that copy and create databases on the fly, so that we do not have to create environment files each time.
https://github.com/alwex/php-database-migration/blob/8f02441fd9c726fff8b69a0485282fafae5b263a/Migrate/Command/CreateCommand.php#L51
if someone push a bad file (wim sap for example) in the migrations path, it will be taken into account. The migrator may avoid the no .sql files
Not sure either I should have started a new feature/branch.