forked from qt-creator/qt-creator
QmlDesigner: add v1 to the ProjectStorage database name
This is a quick fix, because the initlized tables got changed. A proper database update mechanism needs to be implemented. Change-Id: I825447e18c940996dc7c80ff9ff31aded7d8bc6b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -294,7 +294,7 @@ public:
|
||||
class QmlDesignerProjectManager::Data
|
||||
{
|
||||
public:
|
||||
Sqlite::Database sourcePathDatabase{createDatabasePath("source_path.db"),
|
||||
Sqlite::Database sourcePathDatabase{createDatabasePath("source_path_v1.db"),
|
||||
Sqlite::JournalMode::Wal,
|
||||
Sqlite::LockingMode::Normal};
|
||||
QmlDesigner::SourcePathStorage sourcePathStorage{sourcePathDatabase,
|
||||
|
Reference in New Issue
Block a user