mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 19:46:53 +00:00
Add unique keys feature back
This commit is contained in:
@@ -66,6 +66,7 @@ const FEATURE_MATRIX: ReadonlyMap<Platform, ReadonlySet<PlatformFeature>> = new
|
|||||||
Platform.VNextEmulator,
|
Platform.VNextEmulator,
|
||||||
new Set<PlatformFeature>([
|
new Set<PlatformFeature>([
|
||||||
PlatformFeature.Queries,
|
PlatformFeature.Queries,
|
||||||
|
PlatformFeature.UniqueKeys,
|
||||||
|
|
||||||
PlatformFeature.CreateDatabase,
|
PlatformFeature.CreateDatabase,
|
||||||
PlatformFeature.ReadDatabase,
|
PlatformFeature.ReadDatabase,
|
||||||
|
|||||||
Reference in New Issue
Block a user