mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
added missing chunk index
This commit is contained in:
parent
8dbb31916c
commit
04eabbbecd
1 changed files with 8 additions and 0 deletions
|
@ -311,6 +311,14 @@ indexes:
|
|||
name: chunks_shard
|
||||
key:
|
||||
files_id: hashed
|
||||
- collection: attachments.chunks
|
||||
type: gridfs # index applies to gridfs database
|
||||
index:
|
||||
name: files_id_1_n_1
|
||||
unique: true
|
||||
key:
|
||||
files_id: 1
|
||||
n: 1
|
||||
|
||||
# Indexes for the journal collection
|
||||
|
||||
|
|
Loading…
Reference in a new issue