I just locally tested the upgrade process to the new unified migrations table and found a problem related to Plugins containing a / in them like https://github.com/CakeDC/users has
If i manually adjust those plugin entries to CakeDC/Users the mgirate status works fine again, so there seems to be a problem in the upgrade command.
I just locally tested the upgrade process to the new unified migrations table and found a problem related to Plugins containing a
/in them like https://github.com/CakeDC/users hasIf i manually adjust those plugin entries to
CakeDC/Usersthe mgirate status works fine again, so there seems to be a problem in the upgrade command.