migrations
migrations copied to clipboard
Doctrine Database Migrations Library
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no _Disclaimer_: I don't like rollbacks, and...
### Bug Report | Q | A |------------ | ------ | BC Break | Don't know | Version | my actual tests are made with doctrine migration bundle 3.0.2, ####...
### Feature Request It would be useful to know if migration aborted due to some exception. | Q | A |------------ | ------ | New Feature | yes | RFC...
Two quick issues, one *looks* like it was fixed years ago, but it seems to be back now (https://github.com/doctrine/migrations/issues/521) as fresh migrate command does create an empty migrations table? The...
### Feature Request I propose to make OrmSchemaProvider part of the public api. The reason is that when I am trying to decorate SchemaProvider, I have to pass `new OrmSchemaProvider(...)`...
### Feature Request | Q | A |------------ | ------ | New Feature | no | RFC | no | BC Break | no #### Summary Do not use deprecated...
### Bug Report | Q | A |------------ | ------ | BC Break | guess no | Version | 3.5.5 More specifically, * doctrine/migrations 3.5.5 * doctrine/dbal 3.6.0 * PHP...
| Q | A |------------ | ----- | Version | 3.5.2 ### Support Question In a Symfony project, I have these two dependencies installed: ``` "doctrine/dbal": "^3.3", "doctrine/migrations": "^3.5", ```...
### Bug Report This is my relevant app config: doctrine/migrations: 3.5.5 doctrine/dbal: 3.5.3 doctrine-migrations-bundle: 3.2.2 Symfony: 5.4.19 PHP: 8.1.7 database: mySql database version: 8.0.31 | Q | A |------------ |...
### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.5.3 from 3.5.2 | DB | PostgreSQL 14.* #### Summary I...