From d6f2851ee2c3239a3ec9d8ac47b8ac4634c4d08e Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus Date: Thu, 18 Dec 2025 17:28:46 +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 cdd9a39..919fb7d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "reverseSchemaIntoOneColumn": true, "disableDenormalization": true, "enableComplexTypesNormalization": true, - "enableManyToManyRelationshipsNormalization": true, + "generateAssociativeEntitiesForManyToManyRelationships": true, "restrictNestedFieldsAsPrimaryKey": false, "views": { "enabled": true,