Skip to content

Commit a652543

Browse files
fix
1 parent a3c7aea commit a652543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,6 @@ message TFeatureFlags {
162162
optional bool EnableExternalDataSourcesOnServerless = 143 [default = true];
163163
optional bool EnableSparsedColumns = 144 [default = false];
164164
optional bool EnableParameterizedDecimal = 145 [default = false];
165-
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = false];
165+
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = false];
166+
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
166167
}

0 commit comments

Comments
 (0)