diff --git a/database/migrations/2020_11_12_070604_changes_for_v550.php b/database/migrations/2020_11_12_070604_changes_for_v550.php index b819a4ae80..dc0c3cedde 100644 --- a/database/migrations/2020_11_12_070604_changes_for_v550.php +++ b/database/migrations/2020_11_12_070604_changes_for_v550.php @@ -101,6 +101,8 @@ class ChangesForV550 extends Migration $table->unsignedInteger('created_at'); } ); + // drop failed jobs table. + Schema::dropIfExists('failed_jobs'); // create new failed_jobs table. Schema::create(