Skip to content

Commit fa9c0a2

Browse files
authored
25-1: views: enable by default (#15913)
1 parent 2bcecfb commit fa9c0a2

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
@@ -134,7 +134,7 @@ message TFeatureFlags {
134134
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
135135
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
136136
reserved 111; // UseVDisksBalancing
137-
optional bool EnableViews = 112 [default = false];
137+
optional bool EnableViews = 112 [default = true];
138138
optional bool EnableServerlessExclusiveDynamicNodes = 113 [default = false];
139139
optional bool EnableAccessServiceBulkAuthorization = 114 [default = false];
140140
optional bool EnableAddColumsWithDefaults = 115 [ default = false];

0 commit comments

Comments
 (0)