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 247e0295edb..00dcf4781c6 100644
--- a/src/mongo/db/create_indexes.idl
+++ b/src/mongo/db/create_indexes.idl
@@ -176,6 +176,10 @@ structs:
type: safeBool
optional: true
unstable: true
+ originalSpec:
+ type: object_owned
+ optional: true
+ unstable: true
clustered:
type: safeBool
optional: true