mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use name/count model.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user