migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Doctrine Database Migrations Library

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

### Bug Report Used version 2.x now after migration to 3.x I am found this problem. I am using doctrine migration in my PHPUnit test suite. On each `setUp` I...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary I didn't found out...

### Bug Report | Q | A |------------ | ------ | BC Break |no | Version | 3.7.2 #### Summary Firstly, thank you for your hard work. Then, we want...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | ? | BC Break | no #### Summary When using Doctrine Migrations...

https://symfony.com/doc/current/components/console/helpers/progressbar.html We should be able to advance the progress bar for each sql query that gets executed in a migration.

Enhancement

### Feature Request This is more MySQL specifc issue. So since 8.0.30, MySQL has `sql_generate_invisible_primary_key` https://dev.mysql.com/doc/refman/8.0/en/create-table-gipks.html https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_generate_invisible_primary_key We had a situation that migration is written before`sql_generate_invisible_primary_key` was enabled and it...

| Q | A |------------ | ----- | Version | 3.7.1 ### Documentation Request Hi i just spent a lot of time debugging why the rollback on our migrations don't...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.5.2 #### Summary Bug report about a changing the primary key order...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.1.1 #### Summary I've got a postgres database with two schemas: `public`...

Bug

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | no #### Summary I would like to...