summaryrefslogtreecommitdiff
path: root/src/mongo/db/create_indexes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/create_indexes.idl')
-rw-r--r--src/mongo/db/create_indexes.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/create_indexes.idl b/src/mongo/db/create_indexes.idl
index 812b0e3a40f..33815ce79b8 100644
--- a/src/mongo/db/create_indexes.idl
+++ b/src/mongo/db/create_indexes.idl
@@ -180,6 +180,10 @@ structs:
type: safeBool
optional: true
unstable: false
+ disallowNewDuplicateKeys:
+ type: safeBool
+ optional: true
+ unstable: true
commands:
createIndexes:
description: "Command for creating indexes on a collection"