From bddd45fdf3909f799bf32d89b42ab3a07f4181f8 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 19 Mar 2024 17:24:24 +0100 Subject: [PATCH] fix(db): remove redundant index in cards Follow up for https://github.com/nextcloud/server/pull/43340 Signed-off-by: Daniel Kesselberg --- core/Application.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/Application.php b/core/Application.php index 376049f8b69..a4e915caec2 100644 --- a/core/Application.php +++ b/core/Application.php @@ -163,13 +163,6 @@ class Application extends App { true ); - $event->addMissingIndex( - 'cards', - 'cards_abid', - ['addressbookid'], - [], - true - ); $event->addMissingIndex( 'cards', 'cards_abiduri',