Skip to content

Commit 0681141

Browse files
authored
Merge pull request #44333 from nextcloud/bug/noid/remove-optional-index-cards-abid
fix(db): remove redundant index in cards
2 parents 4e8b468 + bddd45f commit 0681141

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/Application.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@ public function __construct() {
163163
true
164164
);
165165

166-
$event->addMissingIndex(
167-
'cards',
168-
'cards_abid',
169-
['addressbookid'],
170-
[],
171-
true
172-
);
173166
$event->addMissingIndex(
174167
'cards',
175168
'cards_abiduri',

0 commit comments

Comments
 (0)