summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2020-07-22 15:54:34 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-17 17:53:24 +0000
commita609c4937cce685cfea7c3926841c37b306a42c6 (patch)
tree3f9f58dd84dae7888d740a7e4b677cc153d32e1b /src/mongo/db/repl/oplog_entry.idl
parentc318aff3698a1584512952bbf73dbcffa9d7bdf3 (diff)
downloadmongo-a609c4937cce685cfea7c3926841c37b306a42c6.tar.gz
SERVER-48860 Create migration oplog applier class, writing no-ops only
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index 1bd4e2c2a6a..5147eb9dfe0 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -119,6 +119,11 @@ structs:
type: bool
optional: true
description: "An operation caused by a chunk migration"
+ fromTenantMigration:
+ type: uuid
+ optional: true
+ description: "Contains the UUID of a tenant migration for an operation caused by
+ one."
_id:
type: objectid
optional: true