summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer.h')
-rw-r--r--src/mongo/db/op_observer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/op_observer.h b/src/mongo/db/op_observer.h
index 5d0da247203..54f32d09792 100644
--- a/src/mongo/db/op_observer.h
+++ b/src/mongo/db/op_observer.h
@@ -98,6 +98,7 @@ struct IndexCollModInfo {
boost::optional<Seconds> oldExpireAfterSeconds;
boost::optional<bool> hidden;
boost::optional<bool> oldHidden;
+ boost::optional<bool> unique;
std::string indexName;
};