Skip to content

Commit 8b87241

Browse files
authored
VIEW: enable the feature flag by default (#13990)
1 parent 3c6a812 commit 8b87241

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
@@ -124,7 +124,7 @@ message TFeatureFlags {
124124
optional bool EnableLocalDBBtreeIndex = 109 [default = true];
125125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
126126
optional bool UseVDisksBalancing = 111 [default = false];
127-
optional bool EnableViews = 112 [default = false];
127+
optional bool EnableViews = 112 [default = true];
128128
optional bool EnableServerlessExclusiveDynamicNodes = 113 [default = false];
129129
optional bool EnableAccessServiceBulkAuthorization = 114 [default = false];
130130
optional bool EnableAddColumsWithDefaults = 115 [ default = false];

0 commit comments

Comments
 (0)