diff --git a/src/Commands/MigrateFresh.php b/src/Commands/MigrateFresh.php index 34493c3f..bef3a09a 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -46,6 +46,7 @@ final class MigrateFresh extends Command $this->info('Migrating.'); $this->callSilent('tenants:migrate', [ '--tenants' => [$tenant->id], + '--force' => true, ]); }); });