mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add counter to statistics tables.
This commit is contained in:
@@ -9,5 +9,6 @@ namespace DiscImageChef.Database.Models
|
||||
public string Name { get; set; }
|
||||
public string Version { get; set; }
|
||||
public bool Synchronized { get; set; }
|
||||
public ulong Count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user