Fix cassandra tests

This commit is contained in:
Sung-Hyun Kang
2025-12-10 11:19:09 -06:00
parent 945c457bd5
commit 98a21f2fb1
12 changed files with 511 additions and 845 deletions

View File

@@ -42,7 +42,7 @@ export const MONGO_CONFIG: ApiConfig = {
partitionKeyLabel: "Shard key",
partitionKeyPlaceholder: "pk",
confirmDeleteLabel: "Confirm by typing the collection id",
supportsUniqueKeys: true,
supportsUniqueKeys: false,
};
export const MONGO32_CONFIG: ApiConfig = {