QmlDesigner: Bump up database version

We change the database schema.

Change-Id: I2715f47995374fe3d17ba97af9287af198c28959
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2021-01-25 16:19:07 +01:00
parent d9e5d079be
commit 70f50b3503

View File

@@ -47,7 +47,7 @@ static Utils::FilePath getMultilanguageDatabaseFilePath(ProjectExplorer::Target
{ {
if (target) { if (target) {
auto filePath = target->project()->projectDirectory().pathAppended( auto filePath = target->project()->projectDirectory().pathAppended(
"multilanguage-experimental-v2.db"); "multilanguage-experimental-v3.db");
if (filePath.exists()) if (filePath.exists())
return filePath; return filePath;
} }