Increment MetricDB version for PeakPwrHr update.

This commit is contained in:
Mark Liversedge
2011-08-24 06:43:29 +01:00
parent 34820aac36
commit be21f65d16

View File

@@ -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 = 26;
static int DBSchemaVersion = 27;
DBAccess::DBAccess(MainWindow* main, QDir home) : main(main), home(home)
{