diff --git a/MyApp/Migrations/Migration1000.cs b/MyApp/Migrations/Migration1000.cs index 0577bae..79b167d 100644 --- a/MyApp/Migrations/Migration1000.cs +++ b/MyApp/Migrations/Migration1000.cs @@ -87,6 +87,7 @@ public class PostJob public string? WorkerIp { get; set; } public DateTime? CompletedDate { get; set; } public string? Error { get; set; } + public int RetryCount { get; set; } } public override void Up()