Skip to content

Commit 57fe13a

Browse files
authored
Enable sequences (#7297)
1 parent e2113ec commit 57fe13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ message TTableServiceConfig {
236236
optional bool EnableKqpImmediateEffects = 38 [default = true];
237237
reserved 39; // optional bool EnableSequentialReads = 39 [default = true];
238238
optional bool EnablePreparedDdl = 42 [default = true];
239-
optional bool EnableSequences = 43 [default = false];
239+
optional bool EnableSequences = 43 [default = true];
240240
optional bool EnableAsyncComputationPatternCompilation = 48 [default = true];
241241
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47;
242242

0 commit comments

Comments
 (0)