Skip to content

Commit

Permalink
Switch back to inner join to improve performance.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Sep 13, 2023
1 parent 607c976 commit 0d37383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityActivityTrackerViewsOperations.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ protected function getImplicitRelations() {
$joins[$entity_type->get('data_table')] = [
'left_field' => $entity_type->getKey('id'),
'field' => 'entity_id',
'type' => 'LEFT',
'type' => 'INNER',
'extra' => [
[
'field' => 'entity_type',
Expand Down

0 comments on commit 0d37383

Please sign in to comment.