Refactor EntryService to allow shared DisplayId for transfers; update related tests and migration files
This commit is contained in:
@@ -80,8 +80,7 @@ namespace Duempelkas.Infrastructure.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("DisplayId")
|
||||
.IsUnique();
|
||||
b.HasIndex("DisplayId");
|
||||
|
||||
b.HasIndex("TransferLinkId");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user