mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Implement importing files from folder.
This commit is contained in:
@@ -22,6 +22,8 @@ namespace RomRepoMgr.Database.Migrations
|
||||
|
||||
b.Property<DateTime>("CreatedOn").HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("IsInRepo").HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("Md5").HasColumnType("TEXT").HasMaxLength(32);
|
||||
|
||||
b.Property<string>("Sha1").HasColumnType("TEXT").HasMaxLength(40);
|
||||
|
||||
Reference in New Issue
Block a user