summaryrefslogtreecommitdiff
path: root/src/mongo/db/coll_mod.idl
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2022-03-04 00:06:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-04 00:51:37 +0000
commite2675683edd92cd4105df52eff3f0eb64055181c (patch)
treeb513551b43e5fc0aa62e0b69d85f2f8eef27f743 /src/mongo/db/coll_mod.idl
parenteb5eaa886390cde3857c445360c84c9ce0f52d28 (diff)
downloadmongo-e2675683edd92cd4105df52eff3f0eb64055181c.tar.gz
SERVER-63578 Convert a unique index to a non-unique index via the collMod command
Diffstat (limited to 'src/mongo/db/coll_mod.idl')
-rw-r--r--src/mongo/db/coll_mod.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/db/coll_mod.idl b/src/mongo/db/coll_mod.idl
index a79677d9589..1b72151b12f 100644
--- a/src/mongo/db/coll_mod.idl
+++ b/src/mongo/db/coll_mod.idl
@@ -67,6 +67,10 @@ structs:
optional: true
type: safeBool
unstable: true
+ forceNonUnique:
+ optional: true
+ type: safeBool
+ unstable: true
CollModReply:
description: "The collMod command's reply."
@@ -100,6 +104,10 @@ structs:
optional: true
type: safeBool
unstable: true
+ forceNonUnique_new:
+ optional: true
+ type: safeBool
+ unstable: true
CollModRequest:
description: "The collMod command's request."