Skip to content

Commit

Permalink
use primary or unique constraint for relationship parent field
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk committed Sep 25, 2024
1 parent 560cbbf commit 95c78ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@
"disableChoices": true,
"enableJsonType": true,
"relationships": {
"compositeRelationships": true
"compositeRelationships": {
"allowRelationshipsByProperties": [
"primaryKey",
"unique",
"compositeUniqueKey",
"compositePrimaryKey"
]
}
},
"FEScriptCommentsSupported": [
"2.x",
Expand Down

0 comments on commit 95c78ee

Please sign in to comment.