src: Fixed storage version not increased after removing error commandline
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "utility/logging/logging.h"
|
||||
#include "utility/text/TextAccess.h"
|
||||
|
||||
const size_t SqliteIndexStorage::s_storageVersion = 14;
|
||||
const size_t SqliteIndexStorage::s_storageVersion = 15;
|
||||
|
||||
SqliteIndexStorage::SqliteIndexStorage(const FilePath& dbFilePath)
|
||||
: SqliteStorage(dbFilePath.canonical())
|
||||
|
||||
Reference in New Issue
Block a user