We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee82240 + 559d304 commit ee5b781Copy full SHA for ee5b781
ydb/core/protos/feature_flags.proto
@@ -127,7 +127,7 @@ message TFeatureFlags {
127
optional bool EnableTempTables = 102 [default = false];
128
optional bool SuppressCompatibilityCheck = 103 [default = false, (RequireRestart) = true];
129
optional bool EnableUniqConstraint = 104 [default = true];
130
- optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
+ optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = true];
131
optional bool EnableStatistics = 106 [default = true];
132
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
133
optional bool EnableTablePgTypes = 108 [default = false];
0 commit comments