Skip to content

Commit 92bb59e

Browse files
authored
Fix feature flags numbers (#17559)
1 parent 4b342cb commit 92bb59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ message TFeatureFlags {
197197
optional bool EnablePermissionsExport = 171 [default = false];
198198
optional bool EnableDataErasure = 172 [default = false];
199199
optional bool EnableChangefeedsExport = 174 [default = false];
200-
optional bool SwitchToConfigV2 = 175 [default = false];
201-
optional bool SwitchToConfigV1 = 176 [default = false];
200+
optional bool SwitchToConfigV2 = 179 [default = false];
201+
optional bool SwitchToConfigV1 = 180 [default = false];
202202
}

0 commit comments

Comments
 (0)