Merge migrations

This commit is contained in:
2025-10-23 18:33:56 +09:00
parent 608dcc2098
commit ce78e3a2ad
10 changed files with 60 additions and 284 deletions

View File

@ -2,9 +2,9 @@
{
public class RegistryElement
{
public string Id { get; set; }
public Guid Id { get; set; }
public string RegistryId { get; set; }
public Guid RegistryId { get; set; }
public virtual Registry Registry { get; set; } = null!;