Skip to content

Commit 0ba13d3

Browse files
Meryama03MongoDB Bot
authored andcommitted
SERVER-99355 Change new timeseries fields type to bool (#31961)
GitOrigin-RevId: b071b65
1 parent f604d25 commit 0ba13d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/mongo/s/type_collection_common_types.idl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ structs:
4141
TimeseriesOptions: TimeseriesOptions
4242
fields:
4343
timeseriesBucketsMayHaveMixedSchemaData:
44-
type: optionalBool
44+
type: bool
45+
optional: true
4546
description: "Indicates if time-series buckets may have mixed schema data."
4647
timeseriesBucketingParametersHaveChanged:
47-
type: optionalBool
48+
type: bool
49+
optional: true
4850
description: "Indicates if bucketing parameters have changed for this time-series collection."

0 commit comments

Comments
 (0)