Skip to content

Commit

Permalink
Merge pull request #44333 from nextcloud/bug/noid/remove-optional-ind…
Browse files Browse the repository at this point in the history
…ex-cards-abid

fix(db): remove redundant index in cards
  • Loading branch information
susnux authored Mar 19, 2024
2 parents 4e8b468 + bddd45f commit 0681141
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,6 @@ public function __construct() {
true
);

$event->addMissingIndex(
'cards',
'cards_abid',
['addressbookid'],
[],
true
);
$event->addMissingIndex(
'cards',
'cards_abiduri',
Expand Down

0 comments on commit 0681141

Please sign in to comment.