Skip to content

Commit

Permalink
Fix audit middle-entity table generation to add additional columns co…
Browse files Browse the repository at this point in the history
…rrectly.
  • Loading branch information
Naros committed Dec 6, 2018
1 parent f2464a3 commit e95077d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -851,7 +851,7 @@ private Element createMiddleEntityXml(String auditMiddleTableName, String auditM
isEmbeddableElementType()
);

mainGenerator.addAdditionalColumns( middleEntityXmlId );
mainGenerator.addAdditionalColumns( middleEntityXml );

// All other properties should also be part of the primary key of the middle entity.
return middleEntityXmlId;
Expand Down

0 comments on commit e95077d

Please sign in to comment.