mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Store path in database.
This commit is contained in:
@@ -41,5 +41,7 @@ namespace RomRepoMgr.Database.Models
|
||||
public ulong FileId { get; set; }
|
||||
public ulong MachineId { get; set; }
|
||||
public DateTime? FileLastModification { get; set; }
|
||||
[StringLength(4096)]
|
||||
public string Path { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user