data: Fixed version check when opening older db

This commit is contained in:
Eberhard Graether
2016-01-08 14:51:11 +01:00
parent ffca8841ea
commit b8faa5506d
7 changed files with 42 additions and 15 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
SqliteStorage(const std::string& dbFilePath);
~SqliteStorage();
bool init();
void setup();
void clear();