Revert "add index to failed jobs" (#6739)
This reverts commit 36281b285a.
This commit is contained in:
@@ -42,8 +42,6 @@ return new class extends Migration
|
||||
$table->longText('payload');
|
||||
$table->longText('exception');
|
||||
$table->timestamp('failed_at')->useCurrent();
|
||||
|
||||
$table->index(['connection', 'queue', 'failed_at']);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user