]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(db): remove redundant index in cards 44333/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Tue, 19 Mar 2024 16:24:24 +0000 (17:24 +0100)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Tue, 19 Mar 2024 16:24:24 +0000 (17:24 +0100)
Follow up for https://github.com/nextcloud/server/pull/43340

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
core/Application.php

index 376049f8b69c2cac0e9f07c1047fe829d0f08587..a4e915caec2cbcde61b76f6d8d43273c204998a3 100644 (file)
@@ -163,13 +163,6 @@ class Application extends App {
                                true
                        );
 
-                       $event->addMissingIndex(
-                               'cards',
-                               'cards_abid',
-                               ['addressbookid'],
-                               [],
-                               true
-                       );
                        $event->addMissingIndex(
                                'cards',
                                'cards_abiduri',