aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlek5andr-Kotov <152866892+Alek5andr-Kotov@users.noreply.github.com>2024-01-30 16:55:09 +0300
committerGitHub <noreply@github.com>2024-01-30 16:55:09 +0300
commit1c307df064397e34b75d3f813ff9bbb9af61ee51 (patch)
tree788b166fdbb9052efe0d08e1df042d3c2883badf
parent9da224918cbef0fd8d3ee032ad41f8e18e631e60 (diff)
downloadydb-1c307df064397e34b75d3f813ff9bbb9af61ee51.tar.gz
значение по умолчанию для флага EnablePQConfigTransactionsAtSchemeShard (#1420)
-rw-r--r--ydb/core/protos/feature_flags.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto
index 52d1cf02c4..12871c77b5 100644
--- a/ydb/core/protos/feature_flags.proto
+++ b/ydb/core/protos/feature_flags.proto
@@ -103,7 +103,7 @@ message TFeatureFlags {
optional bool EnableExternalDataSources = 88 [default = false];
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
- optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
+ optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = true];
optional bool EnableScriptExecutionOperations = 92 [default = false];
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];