Fix last migration
This commit is contained in:
@ -12,11 +12,11 @@
|
||||
|
||||
public DateTime? SyncedAt { get; set; }
|
||||
|
||||
public int LastSyncOperationId { get; set; }
|
||||
public int? LastSyncOperationId { get; set; }
|
||||
|
||||
public virtual Operation LastSyncOperation { get; set; }
|
||||
|
||||
public string LastSyncError { get; set; }
|
||||
public string? LastSyncError { get; set; }
|
||||
|
||||
public virtual ICollection<RegistryElement> Elements { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user