From a13ceff71b2d0bb6e25aa135decc870574112e31 Mon Sep 17 00:00:00 2001 From: Danylo Strelets Date: Thu, 8 Aug 2024 15:16:57 +0300 Subject: [PATCH] HCK-7390: pr remarks --- localization/en.json | 3 +-- package.json | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/localization/en.json b/localization/en.json index 01ecd30..7664b80 100644 --- a/localization/en.json +++ b/localization/en.json @@ -138,6 +138,5 @@ "CONTEXT_MENU___CONVERT_TO_PATTERN_FIELD": "Convert to Pattern Field", "CONTEXT_MENU___CONVERT_PATTERN_TO_REGULAR_FIELD": "Convert to Regular Field", "CENTRAL_PANE___FE_SCRIPT": "MongoDB script", - "MAIN_MENU___FORWARD_DB_BUCKETS": "MongoDB script", - "RELATIONSHIP_NAME_ENTITY_SEPARATOR": "." + "MAIN_MENU___FORWARD_DB_BUCKETS": "MongoDB script" } diff --git a/package.json b/package.json index 51071c7..f904f0d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,10 @@ "enableReverseEngineeringDetectionSchemaByContent": false, "enableReversingDateTypeAsISODate": true, "supportInferRelationships": true, - "enableREQueryAndSortCriteria": true + "enableREQueryAndSortCriteria": true, + "relationships": { + "entityNameSeparator": "." + } } }, "description": "Hackolade plugin for Amazon DocumentDB",