From 113a023e951b5332c9f281af2bd588e1ca6f1351 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 18 May 2024 10:31:17 -0300 Subject: [PATCH] drop broken embedded relationship in react and vue --- test-integration/samples/.jhipster/DocumentBankAccount.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test-integration/samples/.jhipster/DocumentBankAccount.json b/test-integration/samples/.jhipster/DocumentBankAccount.json index 94bad95ff2d..f284e8d8b69 100644 --- a/test-integration/samples/.jhipster/DocumentBankAccount.json +++ b/test-integration/samples/.jhipster/DocumentBankAccount.json @@ -23,12 +23,6 @@ "otherEntityRelationshipName": "documentBankAccountToOne", "relationshipName": "manyEmbeddedOperation", "relationshipType": "one-to-many" - }, - { - "otherEntityName": "embeddedOperation", - "otherEntityRelationshipName": "documentBankAccountToMany", - "relationshipName": "oneEmbeddedOperation", - "relationshipType": "many-to-one" } ], "service": "serviceImpl"