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 have added a migration file and ran the following: php artisan tenants:artisan "migrate --database=tenant"
However when I ran this it only added the additional migration file in the 1st row in tenants table, then received an message on subsequent rows, Nothing to Update. But when I manually run the migration against a separate database using the --tenant= flag it runs fine for any row in the tenants table.
What is the command to run in new migration files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have added a migration file and ran the following:
php artisan tenants:artisan "migrate --database=tenant"
However when I ran this it only added the additional migration file in the 1st row in tenants table, then received an message on subsequent rows, Nothing to Update. But when I manually run the migration against a separate database using the --tenant= flag it runs fine for any row in the tenants table.
What is the command to run in new migration files.
Beta Was this translation helpful? Give feedback.
All reactions