Skip to content

Commit

Permalink
fix(db): Remove duplicate missing index check for cards
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards committed Feb 20, 2024
1 parent 19bff05 commit bd6fecf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,6 @@ public function __construct() {
true
);

$event->addMissingIndex(
'cards',
'cards_abiduri',
['addressbookid', 'uri'],
[],
true
);
$event->addMissingIndex(
'cards',
'cards_abid',
Expand Down

0 comments on commit bd6fecf

Please sign in to comment.