mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:54:03 +00:00
Force migrate when running MigrateFresh
This commit is contained in:
parent
d0023c482a
commit
d0bd8f2ad8
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ final class MigrateFresh extends Command
|
||||||
$this->info('Migrating.');
|
$this->info('Migrating.');
|
||||||
$this->callSilent('tenants:migrate', [
|
$this->callSilent('tenants:migrate', [
|
||||||
'--tenants' => [$tenant->id],
|
'--tenants' => [$tenant->id],
|
||||||
|
'--force' => true,
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue