We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b342cb commit 92bb59eCopy full SHA for 92bb59e
ydb/core/protos/feature_flags.proto
@@ -197,6 +197,6 @@ message TFeatureFlags {
197
optional bool EnablePermissionsExport = 171 [default = false];
198
optional bool EnableDataErasure = 172 [default = false];
199
optional bool EnableChangefeedsExport = 174 [default = false];
200
- optional bool SwitchToConfigV2 = 175 [default = false];
201
- optional bool SwitchToConfigV1 = 176 [default = false];
+ optional bool SwitchToConfigV2 = 179 [default = false];
+ optional bool SwitchToConfigV1 = 180 [default = false];
202
}
0 commit comments