mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Add a Maximums column in the ride summary
Add maximums to the ride summary, which also required adding max_speed and max_cadence to the basic ride metrics. Fixes #440.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
// DB Schema Version - YOU MUST UPDATE THIS IF THE SCHEMA VERSION CHANGES!!!
|
||||
// Schema version will change if a) the default metadata.xml is updated
|
||||
// or b) new metrics are added / old changed
|
||||
static int DBSchemaVersion = 27;
|
||||
static int DBSchemaVersion = 28;
|
||||
|
||||
DBAccess::DBAccess(MainWindow* main, QDir home) : main(main), home(home)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user