Skip to content

Commit

Permalink
Fixed fk relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Dec 4, 2024
1 parent fcc158e commit 758ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/OrderRoutingEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ under the License.
<key-map field-name="routingBatchId"/>
</relationship>
<relationship type="one" related="co.hotwax.order.routing.OrderRoutingGroup" fk-name="ORR_ROU_GRP" short-alias="group">
<key-map field-name="routingBatchId"/>
<key-map field-name="routingGroupId"/>
</relationship>
<index name="IDX_ORRN_ROUTE">
<index-field name="routingGroupId"/>
Expand Down

0 comments on commit 758ff1d

Please sign in to comment.