fjtirado commented on code in PR #2039:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2039#discussion_r1574447726


##########
data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessInstanceEntity.java:
##########
@@ -53,7 +53,6 @@ public class ProcessInstanceEntity extends AbstractEntity {
     private String businessKey;
     private String endpoint;
     @ElementCollection
-    @JoinColumn(name = "process_id")

Review Comment:
   I guess this is just a clean up not really related with the purpose of the 
PR (I guess JoinColumn annotation is still there in quarkus 3.8 insnt it?)
   Im not againts it, but I think, if that is the case, it should probably done 
with a different one. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to