migrations
migrations copied to clipboard
Doctrine Database Migrations Library
| Q | A |------------ | ----- | Doctrine 3 and DBAL 4 | ### Support Question Sorry for asking here but I have been on this for days and...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Migrations version | 3.8.0 | Migrations bundle | 3.3.1 | ORM | 3.2.1 |...
Migration doesnt work after update to 3.8.0 ( Throws an exception if addSql is used in post methods)
| Q | A |------------ | ----- | Version | 3.80 ### Support Question We encountered the following issue - after the execution of composer update, some of our migrations...
| Q | A |------------ | ----- | ORM | 3.2.0 | DBAL | 4.0.3 ### Support Question I have recently upgrade doctrine to DBAL 4 / ORM 3, and...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.8.1 #### Summary ``` In ExceptionConverter.php line 118: [Doctrine\DBAL\Exception\DriverException (1305)] An exception...
| Q | A |------------- | ----------- | Type | feature | BC Break | no #### Summary This will allow to add queries that needs to be executed after...
Doctrine Migrations Repeatedly Generates Same Migration for Unique Constraint with Where Condition
### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version | 3.8.2 | Database | postgresql 16 #### Summary The issue involves Doctrine...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.8.2 #### Summary I have a Symfony and PostgreSQL (TimescaleDB) together with...
### Bug Report I'm trying to create a composite unique key in symfony but this is not present when migration is generated. | Q | A |------------ | ------ |...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.4.1 #### Summary Foreign key constraints depend on both tables and columns...