summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/encryption_fields.idl
diff options
context:
space:
mode:
authorSergey Galtsev <sergey.galtsev@mongodb.com>2022-08-30 14:53:21 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-07 21:29:14 +0000
commitd8b0d143d2e4a03cc47bb7bb78f97fc8201f17ed (patch)
treef100304ba5aee05b991d269dfba0fa65f2e20ca2 /src/mongo/crypto/encryption_fields.idl
parentb2745b93a9548266b61de11c67e97fffc791b55a (diff)
downloadmongo-d8b0d143d2e4a03cc47bb7bb78f97fc8201f17ed.tar.gz
SERVER-67755 fle2 range - implement insert
Diffstat (limited to 'src/mongo/crypto/encryption_fields.idl')
-rw-r--r--src/mongo/crypto/encryption_fields.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/crypto/encryption_fields.idl b/src/mongo/crypto/encryption_fields.idl
index 5b989d09f54..969587502f0 100644
--- a/src/mongo/crypto/encryption_fields.idl
+++ b/src/mongo/crypto/encryption_fields.idl
@@ -91,7 +91,7 @@ structs:
type: exactInt64
optional: true
stability: unstable
- validator: { gte: 0, lte: 3 }
+ validator: { gte: 1, lte: 4 }
EncryptedField:
description: "Information about encrypted fields"