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
I commented loadMigrationsFrom function to ensure that no migration should be run by module itself
and let the tenancy provider to do so because i have a modular system and is multi-tenanted database.
but after updating the composer all my module migration are going to central database and this is not what we pretend.
but after downgrade to version 11.0.11 everything works fine.
Thanks.
Versions:
Description:
I commented loadMigrationsFrom function to ensure that no migration should be run by module itself
and let the tenancy provider to do so because i have a modular system and is multi-tenanted database.
but after updating the composer all my module migration are going to central database and this is not what we pretend.
but after downgrade to version 11.0.11 everything works fine.
Thanks.
Steps To Reproduce:
php artisan migrate
The text was updated successfully, but these errors were encountered: