Skip to content

Commit

Permalink
fix(db): remove redundant index in cards
Browse files Browse the repository at this point in the history
Follow up for #43340

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Mar 19, 2024
1 parent 174c10a commit bddd45f
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 bddd45f

Please sign in to comment.