Add counter to statistics tables.

This commit is contained in:
2018-12-21 13:25:35 +00:00
parent 94a05d64a8
commit 3c649deebb
14 changed files with 1509 additions and 10 deletions

View File

@@ -8,5 +8,6 @@ namespace DiscImageChef.Database.Models
public int Id { get; set; }
public string Name { get; set; }
public bool Synchronized { get; set; }
public ulong Count { get; set; }
}
}