Skip to content

Commit

Permalink
Merge branch 'master' into no-yes
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko authored Aug 18, 2023
2 parents d7d5e67 + b1f1afa commit 9f680e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/MigrateFreshAllCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function handle()
$this->warn($database);
$this->call('db:wipe', [
'--database' => $database,
'--drop-views' => true,
]);
}

Expand Down

0 comments on commit 9f680e5

Please sign in to comment.