From 9c112e0aa4ab027c467ec8ffbbc9c53f4d8e52e0 Mon Sep 17 00:00:00 2001 From: Taras Dubyk Date: Wed, 25 Sep 2024 18:14:08 +0300 Subject: [PATCH] use primary or unique constraint for relationship parent field (#237) --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26d6caa..37cc486 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,14 @@ "disableChoices": true, "enableJsonType": true, "relationships": { - "compositeRelationships": true + "compositeRelationships": { + "allowRelationshipsByProperties": [ + "primaryKey", + "unique", + "compositeUniqueKey", + "compositePrimaryKey" + ] + } }, "FEScriptCommentsSupported": [ "2.x",