From ecc55564a83dcf7f7f32c95606cb7fce2f03daa1 Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus Date: Thu, 18 Dec 2025 17:28:09 +0200 Subject: [PATCH] HCK-14047: update the name of a feature flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f33724a..6730b48 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "reverseSchemaIntoOneColumn": true, "disableDenormalization": true, "enableComplexTypesNormalization": true, - "enableManyToManyRelationshipsNormalization": true, + "generateAssociativeEntitiesForManyToManyRelationships": true, "views": { "enabled": true, "viewLevel": "model",