Use name/count model.

This commit is contained in:
2019-12-03 22:42:49 +00:00
parent e380126937
commit a0fafabb2c
15 changed files with 2329 additions and 42 deletions

View File

@@ -1278,7 +1278,7 @@ namespace DiscImageChef.Server.Migrations
b.Property<long>("Count").HasColumnType("bigint");
b.Property<string>("Value").HasColumnType("longtext CHARACTER SET utf8mb4");
b.Property<string>("Name").HasColumnType("longtext CHARACTER SET utf8mb4");
b.HasKey("Id");