diff --git a/database/migrations/2019_09_29_045815_create_failed_jobs_table.php b/database/migrations/2019_09_29_045815_create_failed_jobs_table.php index 0d29717..bd3053a 100644 --- a/database/migrations/2019_09_29_045815_create_failed_jobs_table.php +++ b/database/migrations/2019_09_29_045815_create_failed_jobs_table.php @@ -32,6 +32,6 @@ class CreateFailedJobsTable extends Migration */ public function down() { - Schema::dropIfExists('failed_jobs'); + // } }