Skip to content

Phinx backend - "migrations rollback" command uses incorrect RollbackCommand class #990

@bcummings1to1

Description

@bcummings1to1

Description

When utilizing the phinx backend using the application configuration dictated here:
https://book.cakephp.org/migrations/4/en/upgrading-to-builtin-backend.html

The migrations migrate command properly utilizes the MigrationsMigrateCommand whereas migrations rollback incorrectly loads RollbackCommand as opposed to the MigrationsRollbackCommand for the phinx backend context which does not have the same functionality.

CakePHP Version

5.2.9

PHP Version

8.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions