Skip to content

Commit 50df163

Browse files
HCK-7662: enable the feature for primary keys in nested attributes (#64)
1 parent 4b628c0 commit 50df163

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
@@ -16,7 +16,8 @@
1616
},
1717
"features": {
1818
"enableForwardEngineering": true,
19-
"enableArrayCollections": false
19+
"enableArrayCollections": false,
20+
"restrictNestedFieldsAsPrimaryKey": false
2021
}
2122
},
2223
"description": "Hackolade plugin for Couchbase with scopes and collections",

0 commit comments

Comments
 (0)