Merge pull request #43696 from nextcloud/fix/db-dup-addMissingIndex

fix(db): Remove duplicate missing index check for `cards`
This commit is contained in:
Josh 2024-02-21 07:28:25 -05:00 committed by GitHub
commit 4721d54552
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,13 +163,6 @@ class Application extends App {
true
);
$event->addMissingIndex(
'cards',
'cards_abiduri',
['addressbookid', 'uri'],
[],
true
);
$event->addMissingIndex(
'cards',
'cards_abid',