Skip to content

Commit

Permalink
Clean up views on database refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Aug 18, 2023
1 parent 48b309c commit 391c066
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 391c066

Please sign in to comment.