Skip to content

Commit

Permalink
Revert "the default value for the EnablePQConfigTransactionsAtSchemeS…
Browse files Browse the repository at this point in the history
…hard flag" (#1434)
  • Loading branch information
CyberROFL authored Jan 30, 2024
1 parent f136fc7 commit 8ce7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 8ce7edb

Please sign in to comment.