From ca10f53e53bb1291da3f70cf7d5e60fb3d5b7201 Mon Sep 17 00:00:00 2001 From: Taras Dubyk Date: Thu, 26 Sep 2024 16:19:18 +0300 Subject: [PATCH] HCK-8181: fix composite relationships in Polyglot derive, XSD RE, and DDL RE (#35)
Sub-bugHCK-8181 Composite relationships are converted into simple relationships while deriving form Polyglot, DDL RE, XSD RE

## Content The app version 7.7.10 includes fixes for composite relationships feature checks in - Polyglot derive - DDL RE - XSD RE As part of these updates, the minimum required app version for the affected plugins has been increased. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb0a06e..0dbfdeb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.10", "author": "hackolade", "engines": { - "hackolade": "7.4.0", + "hackolade": "7.7.10", "hackoladePlugin": "1.2.0" }, "contributes": {