1
0
Fork 0
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:
Samuel Štancl 2020-03-10 21:33:25 +01:00 committed by GitHub
parent d0023c482a
commit d0bd8f2ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
]); ]);
}); });
}); });