You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when migrations are manually started via the $migrate->latest() function; it creates only the migrations table and does not find all namespaces.
CodeIgniter 4 version
4.0.3.
Affected module(s) system\ Database\MigrationRunner.php line 475
Expected behavior, and steps to reproduce if appropriate
it’s not clear why you did that check because APP gets into $this->namespace and in Services:: autoloader ()->getNamespace() it is already there, and that check turns out like I don’t need.
Context
OS: [e.g. Windows 11]
Web server [e.g. Apache 1.2.3]
PHP version [e.g. 7.2]
The text was updated successfully, but these errors were encountered:
lebidvadim
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
May 6, 2020
Direction
migrations
Describe the bug
when migrations are manually started via the $migrate->latest() function; it creates only the migrations table and does not find all namespaces.
CodeIgniter 4 version
4.0.3.
Affected module(s)
system\ Database\MigrationRunner.php line 475
Expected behavior, and steps to reproduce if appropriate
it’s not clear why you did that check because APP gets into $this->namespace and in Services:: autoloader ()->getNamespace() it is already there, and that check turns out like I don’t need.
Context
The text was updated successfully, but these errors were encountered: