Skip to content

Commit

Permalink
fixup! perf(db): optimise indices of mail tables
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGGE committed Feb 7, 2024
1 parent 0f7cca7 commit becc12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Listener/OptionalIndicesListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function handle(Event $event): void {
['account_id']
);

if (method_exists($event, 'editIndex')) {
if (method_exists($event, 'replaceIndex')) {
$event->replaceIndex(
'mail_messages',
['mail_messages_mb_id_uid'],
Expand Down

0 comments on commit becc12f

Please sign in to comment.