* Refactor the upgrade / database initialisation logic a bit.

This commit is contained in:
Eelco Dolstra 2010-02-24 16:30:20 +00:00
parent cfe742cfc5
commit e33f67ff0b
2 changed files with 64 additions and 61 deletions

View file

@ -209,9 +209,7 @@ private:
int getSchema();
void initSchema();
void prepareStatements();
void openDB(bool create);
unsigned long long queryValidPathId(const Path & path);