mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:24:04 +00:00
fix conflicts
This commit is contained in:
commit
596f5682d0
1 changed files with 2 additions and 2 deletions
|
|
@ -41,10 +41,10 @@ final class MigrateFresh extends Command
|
|||
|
||||
tenancy()->initialize($tenant);
|
||||
|
||||
$this->call('db:wipe', [
|
||||
$this->call('db:wipe', array_filter([
|
||||
'--database' => $tenant->getConnectionName(),
|
||||
'--force' => true,
|
||||
]);
|
||||
]));
|
||||
|
||||
$this->call('tenants:migrate', [
|
||||
'--tenants' => [$tenant->id],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue