Finished off the job

This commit is contained in:
TidusJar 2018-12-03 21:19:57 +00:00
commit da5d4f0738
17 changed files with 241 additions and 122 deletions

View file

@ -10,7 +10,7 @@ namespace Ombi.Store.Entities
public RequestType Type { get; set; }
public DateTime Dts { get; set; }
public string Error { get; set; }
public DateTime Completed { get; set; }
public DateTime? Completed { get; set; }
public int RetryCount { get; set; }
}
}