feat(dal): Индексы для RobotHistory
This commit is contained in:
@@ -1900,12 +1900,15 @@ namespace PARR.DAL.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("HistoryLevel");
|
||||
|
||||
b.HasIndex("RobotConfigurationId");
|
||||
b.HasIndex("DateCreated");
|
||||
|
||||
b.HasIndex("TaskStatusCode");
|
||||
|
||||
b.HasIndex("HistoryLevel", "DateCreated")
|
||||
.IsDescending(false, true);
|
||||
|
||||
b.HasIndex("RobotConfigurationId", "DateCreated");
|
||||
|
||||
b.ToTable("RobotHistories");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user