Skip to content

Commit 131f7c2

Browse files
authored
add optional to feature flags to reflect absence of values (#8510)
1 parent ecf7e68 commit 131f7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/viewer/protos/viewer.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ message TPDiskInfo {
748748
message TFeatureFlagsConfig {
749749
message TFeatureFlag {
750750
string Name = 1;
751-
bool Current = 2;
752-
bool Default = 3;
751+
optional bool Current = 2;
752+
optional bool Default = 3;
753753
}
754754

755755
message TDatabase {

0 commit comments

Comments
 (0)