From 8ce7edb223851b0884260c7a65c3ff52375ca966 Mon Sep 17 00:00:00 2001 From: Ilnaz Nizametdinov Date: Tue, 30 Jan 2024 19:24:58 +0300 Subject: [PATCH] Revert "the default value for the EnablePQConfigTransactionsAtSchemeShard flag" (#1434) --- ydb/core/protos/feature_flags.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto index 12871c77b59b..52d1cf02c442 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 = true]; + optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false]; optional bool EnableScriptExecutionOperations = 92 [default = false]; optional bool EnableImplicitQueryParameterTypes = 93 [default = true]; optional bool EnableForceImmediateEffectsExecution = 94 [default = false];