Skip to content

Commit ee5b781

Browse files
authored
25-1: EnableChangefeedDebeziumJsonFormat is true by default (#19508)
2 parents ee82240 + 559d304 commit ee5b781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ message TFeatureFlags {
127127
optional bool EnableTempTables = 102 [default = false];
128128
optional bool SuppressCompatibilityCheck = 103 [default = false, (RequireRestart) = true];
129129
optional bool EnableUniqConstraint = 104 [default = true];
130-
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
130+
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = true];
131131
optional bool EnableStatistics = 106 [default = true];
132132
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
133133
optional bool EnableTablePgTypes = 108 [default = false];

0 commit comments

Comments
 (0)