Forgot to increment the DB Schema!

This commit is contained in:
Mark Liversedge
2014-01-07 16:50:29 +00:00
parent af67705fd0
commit 4474e18a9c

View File

@@ -74,7 +74,7 @@
// 53 18 Dec 2013 Mark Liversedge Added Fatigue Index (for power)
// 54 07 Jan 2014 Mark Liversedge Revised Estimated VO2MAX metric formula
int DBSchemaVersion = 53;
int DBSchemaVersion = 54;
DBAccess::DBAccess(Context* context) : context(context), db(NULL)
{