We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2113ec commit 57fe13aCopy full SHA for 57fe13a
ydb/core/protos/table_service_config.proto
@@ -236,7 +236,7 @@ message TTableServiceConfig {
236
optional bool EnableKqpImmediateEffects = 38 [default = true];
237
reserved 39; // optional bool EnableSequentialReads = 39 [default = true];
238
optional bool EnablePreparedDdl = 42 [default = true];
239
- optional bool EnableSequences = 43 [default = false];
+ optional bool EnableSequences = 43 [default = true];
240
optional bool EnableAsyncComputationPatternCompilation = 48 [default = true];
241
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47;
242
0 commit comments