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>
pull/44333/head
Daniel Kesselberg 2 months ago
parent 174c10ab3f
commit bddd45fdf3
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614

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

Loading…
Cancel
Save