Skip to content

Commit

Permalink
WIP robot: order export
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Aug 26, 2024
1 parent b7ebb03 commit f6e5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/BusinessLogic/Repositories/Mappings/OrderMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void Override(AutoMapping<Order> mapping)
mapping.IgnoreProperty(o => o.Guid);

mapping.Map(o => o.ExternalId)
.UniqueKey("UK_Search");
.UniqueKey("UK_Order");

mapping.References(o => o.User)
.Not.Nullable();
Expand Down

0 comments on commit f6e5e55

Please sign in to comment.