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

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.0.0 #### Summary When I updated doctrine/orm to version 3.0.0, my...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.4.7 #### Summary I've run into this issue in multiple projects that...

Here: https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/reference/managing-migrations.html#managing-migrations `--show-versions` was removed in this commit https://github.com/doctrine/migrations/commit/be8275318a3983444d740e391de917ebdf8ed222 ``` $ vendor/bin/doctrine-migrations status --show-versions The "--show-versions" option does not exist. ```

Documentation

Version `3.5.5` In a Symfony command, I call Doctrine commands. I create a migrations file and immediately execute it. ```` $this->getApplication()->find('doctrine:migrations:diff')->run(new StringInput(''), $output); // ... $this->getApplication()->find('doctrine:migrations:execute')->run(new StringInput("versions $lastMigrationsClass"), $output); ````...

Strip namespace, so namespace do not affect version comparsion. | Q | A |------------- | ----------- | Type | bug/feature/improvement | BC Break | no | Fixed issues | ###...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.5.5 #### Summary Adding the migrations table to schema assets filter causes...

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.1.1 #### Summary We have a bundle that holds migrations in our...

### Bug Report | Q | A |------------ | ------ | Version | 3.8.3 #### Summary I'm using the bundle with Postrgres 16. The database URL is `postgresql://$DB_USER:$DB_PASSWORD@db:5432/$DB_NAME?serverVersion=16.2&charset=utf8`. But on...

| Q | A |------------- | ----------- | Type | bug | BC Break | no | Fixed issues | #1406 #### Summary > doctrine/orm#11374 > > Schemas generated from...

| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | #### Summary Asset filter is used for tables and sequences...