Add unique keys feature back

This commit is contained in:
Sung-Hyun Kang
2025-10-30 15:38:52 -05:00
parent 8cf4a94355
commit 1faf8983f4

View File

@@ -66,6 +66,7 @@ const FEATURE_MATRIX: ReadonlyMap<Platform, ReadonlySet<PlatformFeature>> = new
Platform.VNextEmulator,
new Set<PlatformFeature>([
PlatformFeature.Queries,
PlatformFeature.UniqueKeys,
PlatformFeature.CreateDatabase,
PlatformFeature.ReadDatabase,