mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Use bulk insertions to SQL.
This commit is contained in:
@@ -36,6 +36,8 @@ namespace RomRepoMgr.Database.Models
|
||||
[Required]
|
||||
public virtual Machine Machine { get; set; }
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
public string Name { get; set; }
|
||||
public ulong DiskId { get; set; }
|
||||
public ulong MachineId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user