Add NameCountModel.

This commit is contained in:
2019-12-07 18:38:11 +00:00
parent c579fdb491
commit 58a589bb27
12 changed files with 1555 additions and 42 deletions

View File

@@ -1271,9 +1271,9 @@ namespace DiscImageChef.Database.Migrations
b.Property<ulong>("Count");
b.Property<bool>("Synchronized");
b.Property<string>("Name");
b.Property<string>("Value");
b.Property<bool>("Synchronized");
b.HasKey("Id");