fix(db): remove redundant index in cards

Follow up for https://github.com/nextcloud/server/pull/43340

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2024-03-19 17:24:24 +01:00
parent 174c10ab3f
commit bddd45fdf3
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 0 additions and 7 deletions

View File

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