Fix tables.

This commit is contained in:
James Cole
2024-11-17 07:12:54 +01:00
parent 60f6a91fe4
commit d182b4b4a6
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ class ForceMigration extends Command
sleep(2);
Schema::dropIfExists('migrations');
$this->friendlyLine('Re-run all migrations...');
Artisan::call('migrate', ['--seed' => true]);
Artisan::call('migrate', ['--seed' => true,'--force' => true]);
sleep(2);
$this->friendlyLine('');
$this->friendlyWarning('There is a good chance you just saw a lot of error messages.');