migrations
migrations copied to clipboard
Doctrine Database Migrations Library
### Bug Report | Q | A |------------ | ------ | BC Break | don't know | Version | 3.0.3 | MySQL | 5.7 #### Summary I am converting character...
Since the change of #1131 an odd behaviour change has occured to us (when switching from 3.1.0 to 3.1.1 without any further changes): `Transaction commit failed because the transaction has...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | if not handled properly #### Summary the...
The possibility of setting `custom_template` is not referenced in the docs, only in the docs for [DoctrineMigrationsBundle](https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html). Also, I was able to find only [one article](https://medium.com/@kcmueller/create-a-custom-template-for-doctrine-migrations-24d2b0314376) on this matter which...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.0.2 #### Summary Doctrine generates migration when there are no mapping changes,...
### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.0.2 #### Summary The migrations worked fine with 3.0.1, but version...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Precision: I'm not talking...
Currently the status table update is only triggered if a column changes name. Instead of implementing a partial verification of changes, we let the SchemaTool do its job correctly all...
| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | #### Summary When migrating from v2 to v3 in a...
Hello, I did a simple command line wrapper for doctrine/migrations basically by using a custom integration like the manual explains here: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/reference/custom-integration.html#custom-integration I then built a phar (by using phing...