Fix last migration

This commit is contained in:
2025-10-28 16:05:35 +09:00
parent 53df5e1767
commit 683d600cb0
6 changed files with 15 additions and 26 deletions

View File

@ -26,7 +26,7 @@ namespace Hcs.WebApp.Data.Hcs
public string? MessageGuid { get; set; }
public string FailureReason { get; set; }
public string? FailureReason { get; set; }
public virtual ICollection<Registry> Registries { get; set; } = [];