mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
fix(db): Remove duplicate missing index check for cards
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
19bff05ccc
commit
bd6fecff4e
1 changed files with 0 additions and 7 deletions
|
|
@ -163,13 +163,6 @@ class Application extends App {
|
|||
true
|
||||
);
|
||||
|
||||
$event->addMissingIndex(
|
||||
'cards',
|
||||
'cards_abiduri',
|
||||
['addressbookid', 'uri'],
|
||||
[],
|
||||
true
|
||||
);
|
||||
$event->addMissingIndex(
|
||||
'cards',
|
||||
'cards_abid',
|
||||
|
|
|
|||
Loading…
Reference in a new issue