Skip to content

Commit

Permalink
use primary or unique constraint for relationship parent field (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk authored Sep 25, 2024
1 parent bd288e8 commit 988bcaf
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 @@
"disablePipelines": true
},
"relationships": {
"compositeRelationships": true
"compositeRelationships": {
"allowRelationshipsByProperties": [
"primaryKey",
"unique",
"compositeUniqueKey",
"compositePrimaryKey"
]
}
},
"FEScriptCommentsSupported": true,
"enableFetchSystemEntitiesCheckbox": true,
Expand Down

0 comments on commit 988bcaf

Please sign in to comment.