Drop table.

This commit is contained in:
James Cole
2021-02-17 06:51:03 +01:00
parent 20c45aa0e0
commit 252ea7277b

View File

@@ -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(