mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
Merge pull request #43696 from nextcloud/fix/db-dup-addMissingIndex
fix(db): Remove duplicate missing index check for `cards`
This commit is contained in:
commit
4721d54552
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