Revert "add index to failed jobs" (#6739)

This reverts commit 36281b285a.
This commit is contained in:
Jack Bayliss
2026-01-15 14:49:36 +00:00
committed by GitHub
parent be7c4b76ec
commit e713de24b8

View File

@@ -42,8 +42,6 @@ return new class extends Migration
$table->longText('payload'); $table->longText('payload');
$table->longText('exception'); $table->longText('exception');
$table->timestamp('failed_at')->useCurrent(); $table->timestamp('failed_at')->useCurrent();
$table->index(['connection', 'queue', 'failed_at']);
}); });
} }