diff --git a/src/DBAccess.cpp b/src/DBAccess.cpp index 379b79865..6b9be4189 100644 --- a/src/DBAccess.cpp +++ b/src/DBAccess.cpp @@ -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) {