Save dat file in database.

This commit is contained in:
2020-08-22 05:40:50 +01:00
parent 25dd3f4921
commit 3b0feee452
8 changed files with 352 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ namespace RomRepoMgr.Database.Migrations
.HasMaxLength(8);
b.Property<DateTime>("CreatedOn")
.ValueGeneratedOnAdd()
.HasColumnType("TEXT");
b.Property<string>("Md5")
@@ -48,7 +47,6 @@ namespace RomRepoMgr.Database.Migrations
.HasColumnType("INTEGER");
b.Property<DateTime>("UpdatedOn")
.ValueGeneratedOnAddOrUpdate()
.HasColumnType("TEXT");
b.HasKey("Id");