data: Still allow project refresh if database file can't be loaded

This commit is contained in:
Eberhard Graether
2018-01-12 19:57:11 +01:00
parent 05ff92fdea
commit 3f60f7a83c
3 changed files with 19 additions and 4 deletions
@@ -964,8 +964,6 @@ void SqliteIndexStorage::setupTables()
LOG_ERROR(std::to_string(e.errorCode()) + ": " + e.errorMessage());
throw(std::exception());
// todo: cancel project creation and destroy created files, display message
}
}