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