refactor(api): Удалены лишние таблицы связанные со старой логикой получения заданий роботом.
This commit is contained in:
@@ -17,8 +17,6 @@ namespace PARR.DAL.Models
|
||||
public required string Description { get; set; }
|
||||
|
||||
|
||||
public ICollection<RobotTemplateHistory> robotTemplateHistories { get; set; } = new HashSet<RobotTemplateHistory>();
|
||||
|
||||
public ICollection<RobotHistory> RobotHistories { get; set; } = new HashSet<RobotHistory>();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user