Skip to content

Commit 9e4ab9e

Browse files
HCK-7662: enable the feature for primary keys in nested attributes (#63)
1 parent 5569938 commit 9e4ab9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"features": {
1616
"nestedCollections": false,
1717
"enableForwardEngineering": true,
18-
"disableMultipleNonScalarTypes": false
18+
"disableMultipleNonScalarTypes": false,
19+
"restrictNestedFieldsAsPrimaryKey": false
1920
}
2021
},
2122
"description": "Hackolade plugin for Azure Cosmos DB with SQL API",

0 commit comments

Comments
 (0)