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

### Feature Request Generate multiline SQL (from `--formatted`) statements using nowdoc strings instead of current single quoted strings. | Q | A |------------ | ------ | New Feature | yes...

#### Summary When building the PHAR from the script build-phar.sh the file doctrine-migrations.php is missing. #### Current behavior ./bin/doctrine-migration.phar ``` PHP Warning: require(phar:///home/antoineb/src/migrations-2.2.0/bin/doctrine-migrations.phar/bin/../lib/doctrine-migrations.php): failed to open stream: phar error: "lib/doctrine-migrations.php"...

### Feature Request When running a down migration, that was never migrated up, doctrine should notice that and not try to migrate down. | Q | A |------------ | ------...

Right now AbstractMigration has some protected methods and methods that we might not to want users to be able to depend on. Lets create an interface to define which methods...

### BC Break Report I have upgraded the doctrine migration from the version 1.8.1 to 2.0.0 but when I want check the status of the database migration an exception is...

Bug

When setting up a new PHP + Composer project and you want migrations, it'd be helpful to have some kind of init command that will interactively help you setup your...

Enhancement

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.0.0 #### Summary The setting schema_filter causes migrations to fail #### Current...

Needs Tests
Bug

Take a look at Laravel feature: ```{r, engine='sh', code_block_name} artisan migrate:refresh --step=5 ``` which allows to re-run e.g. last 5 migrations. It would be great to implement similar feature!

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary It could be a...

Improvement

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | "stof/doctrine-extensions-bundle": "^1.3", #### Summary I had a need to ignore tables created...