From 252ea7277b0b5c4891f5a5d4eb490ba8216837bc Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 17 Feb 2021 06:51:03 +0100 Subject: [PATCH] Drop table. --- database/migrations/2020_11_12_070604_changes_for_v550.php | 2 ++ 1 file changed, 2 insertions(+) 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(