Skip to content

Commit

Permalink
Merge pull request #152 from stepiiik/master
Browse files Browse the repository at this point in the history
Fix index metadata in MariaDb single stream strategy
  • Loading branch information
prolic authored May 6, 2018
2 parents 871afc6 + 8f045a1 commit a909fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PersistenceStrategy/MariaDbSingleStreamStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public function indexedMetadataFields(): array
{
return [
'_aggregate_id' => 'aggregate_id',
'_aggregate_type' => 'aggregate_id',
'_aggregate_version' => 'aggregate_id',
'_aggregate_type' => 'aggregate_type',
'_aggregate_version' => 'aggregate_version',
];
}

Expand Down

0 comments on commit a909fec

Please sign in to comment.