From d0bd8f2ad88d154fe448f5ed93c18ab8749e272f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 10 Mar 2020 21:33:25 +0100 Subject: [PATCH] Force migrate when running MigrateFresh --- src/Commands/MigrateFresh.php | 1 + 1 file changed, 1 insertion(+) 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, ]); }); });