Skip to content

Commit

Permalink
Update added_entity_constraints.xml.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 21, 2024
1 parent a33b5b2 commit b19be5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Added the constraints for entity <%= entity.entityClass %>.
-->
<changeSet id="<%= changelogDate %>-2" author="jhipster">
<%_ for (relationship of relationships) { _%>
<%_ for (relationship of relationships) { %>
<%- include('./add_relationship_constraints', { entity, relationship, prodDatabaseType }) -%>
<%_ } _%>
</changeSet>
Expand Down

0 comments on commit b19be5c

Please sign in to comment.