From 1faf8983f4b8e12bb928a129f64b84902f792ef6 Mon Sep 17 00:00:00 2001 From: Sung-Hyun Kang Date: Thu, 30 Oct 2025 15:38:52 -0500 Subject: [PATCH] Add unique keys feature back --- src/Utils/PlatformFeatureUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Utils/PlatformFeatureUtils.ts b/src/Utils/PlatformFeatureUtils.ts index 8c6dcec0c..b274df6c8 100644 --- a/src/Utils/PlatformFeatureUtils.ts +++ b/src/Utils/PlatformFeatureUtils.ts @@ -66,6 +66,7 @@ const FEATURE_MATRIX: ReadonlyMap> = new Platform.VNextEmulator, new Set([ PlatformFeature.Queries, + PlatformFeature.UniqueKeys, PlatformFeature.CreateDatabase, PlatformFeature.ReadDatabase,