Skip to content

Commit

Permalink
fix: remove index on team.hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pimartin committed Dec 4, 2020
1 parent ccfa9d6 commit d39c93d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/db/setup-db-indexes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,6 @@ export async function setupDbIndexes() {
name: 'text',
},
},
{
fieldOrSpec: {
hooks: 1,
},
options: {
unique: true,
},
},
],
[Members().collectionName]: [
{
Expand Down

0 comments on commit d39c93d

Please sign in to comment.