Skip to content

Commit d9e9dba

Browse files
authored
Enable PreparedDDL by default. (#2293)
1 parent 2580990 commit d9e9dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ message TTableServiceConfig {
234234
optional bool EnablePredicateExtractForDataQueries = 37 [default = true];
235235
optional bool EnableKqpImmediateEffects = 38 [default = true];
236236
optional bool EnableSequentialReads = 39 [default = true];
237-
optional bool EnablePreparedDdl = 42 [default = false];
237+
optional bool EnablePreparedDdl = 42 [default = true];
238238
optional bool EnableSequences = 43 [default = true];
239239
optional bool EnableAsyncComputationPatternCompilation = 48 [default = true];
240240
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47;

0 commit comments

Comments
 (0)