From bd6fecff4ec882b9ca50b5e48fdc7e7340c8d32a Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 20 Feb 2024 10:49:07 -0500 Subject: [PATCH] fix(db): Remove duplicate missing index check for `cards` Signed-off-by: Josh --- core/Application.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/Application.php b/core/Application.php index 700fb3297af..376049f8b69 100644 --- a/core/Application.php +++ b/core/Application.php @@ -163,13 +163,6 @@ class Application extends App { true ); - $event->addMissingIndex( - 'cards', - 'cards_abiduri', - ['addressbookid', 'uri'], - [], - true - ); $event->addMissingIndex( 'cards', 'cards_abid', -- 2.39.5