X Tutup
Skip to content

Executed Unavailable Migrations and New Migrations are non-zero for occ migrations:status core #40084

@phil-davis

Description

@phil-davis

Steps to reproduce

$ php occ migrations:status core

Expected behaviour

"Executed Unavailable Migrations" should be zero, not 28.
"New Migrations" should be zero, not 28.

That is "just wrong"

Actual behaviour

$ php occ migrations:status core
    >> App:                                                core
    >> Version Table Name:                                 oc_migrations
    >> Migrations Namespace:                               OC\Migrations
    >> Migrations Directory:                               /home/phil/git/owncloud/core/core/Migrations
    >> Previous Version:                                   20200610110817
    >> Current Version:                                    20210928123126
    >> Next Version:                                       Already at latest migration step
    >> Latest Version:                                     20210928123126
    >> Executed Migrations:                                28
    >> Executed Unavailable Migrations:                    28
    >> Available Migrations:                               28
    >> New Migrations:                                     28

Server configuration

current core master

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup