Merge migrations
This commit is contained in:
@ -9,7 +9,7 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
Nsi_15_7_0_1_ExportAllRegistryElements
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public OperationType Type { get; set; }
|
||||
|
||||
@ -19,7 +19,7 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
|
||||
public DateTime? EndedAt { get; set; }
|
||||
|
||||
public string MessageGuid { get; set; }
|
||||
public string? MessageGuid { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public bool Completed => EndedAt.HasValue;
|
||||
|
||||
Reference in New Issue
Block a user