Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🔄 Added index on topic in event topics table
Browse files Browse the repository at this point in the history
  • Loading branch information
vardan10 committed Sep 12, 2023
1 parent 896e583 commit 8a01da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
},
indexes: {
eventID: { type: 'key' },
topic: { type: 'key' },
},
purge: {},
};

0 comments on commit 8a01da5

Please sign in to comment.