migrations
migrations copied to clipboard
Doctrine Database Migrations Library
3.0 brings a new configuration format to allow for multiple namespaces. To avoid a hard BC break, we should add a forward compatibility layer to 2.3 that allows people to...
Hi all. I am using MySQL and I am connecting doctrine to my DB with an URL, like `mysql://root:root@mysql/default?serverVersion=5.7` But the thing is, I am working with an existing DB...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.3.1  #### Summary The wrong default value for boolean type ####...
Hello, ### BC Break Report Since I updated doctrine/migrations from 3.0.1 to 3.0.2, my migrations are not working anymore | Q | A |------------ | ------ | BC Break |...
| Q | A |------------- | ----------- | Type | feature | BC Break | no | Fixed issues | -
| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | #### Summary This PR plugs in the alias resolver to...
| Q | A |------------- | ----------- | Type | feature | BC Break | no | Fixed issues | -
When there is one or more skipped migrations, `doctrine:migrations:up-to-date` will always return a non-zero exit code. We are using `doctrine:migrations:up-to-date` to understand if there are migrations left to execute while...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | no #### Summary It would be great to be able to...
### Bug Report I switched from join table to common Entity class but migration failed on query adding a constraint for foreign key of my new joining entity before altering...