Add cache for user agent/name
This commit is contained in:
@@ -1246,6 +1246,8 @@ namespace Managing.Infrastructure.Databases.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("AgentName");
|
||||
|
||||
b.HasIndex("Name")
|
||||
.IsUnique();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user