migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Doctrine Database Migrations Library

Results 117 migrations issues
Sort by recently updated
recently updated
newest added

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...

BC Break

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 ![image](https://user-images.githubusercontent.com/20613430/136574625-790f7c09-5aa1-4304-8a64-c5654689cdc1.png) #### 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...

Enhancement

| 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...