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