fix(db): Remove duplicate missing index check for `cards`

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/43696/head
Josh 2 years ago committed by GitHub
parent 19bff05ccc
commit bd6fecff4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      core/Application.php

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

Loading…
Cancel
Save