Skip to content

Commit 7af34ac

Browse files
qrortVPolka
andauthored
return implicit query params type into feature flag (#8065) (#13132)
Co-authored-by: VPolka <[email protected]>
1 parent 5b47e7c commit 7af34ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ message TFeatureFlags {
105105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107107
optional bool EnableScriptExecutionOperations = 92 [default = true];
108-
optional bool EnableImplicitQueryParameterTypes = 93 [default = false];
108+
optional bool EnableImplicitQueryParameterTypes = 93 [default = true];
109109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];
110110
optional bool EnableTopicSplitMerge = 95 [default = false];
111111
optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = true];

0 commit comments

Comments
 (0)