UX Changes for Default Partition Key A/B Experiment (#928)

This commit is contained in:
t-tarabhatia
2021-07-14 12:10:45 -07:00
committed by GitHub
parent 8d6ccf8356
commit 887618e77e
4 changed files with 26 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ export class Flights {
public static readonly MongoIndexing = "mongoindexing";
public static readonly AutoscaleTest = "autoscaletest";
public static readonly SchemaAnalyzer = "schemaanalyzer";
public static readonly PartitionKeyTest = "partitionkeytest";
}
export class AfecFeatures {