Typo
This commit is contained in:
parent
0688dce449
commit
25a202b6fc
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ bool Servatrice_DatabaseInterface::openDatabase()
|
||||||
const int expectedversion = DATABASE_SCHEMA_VERSION;
|
const int expectedversion = DATABASE_SCHEMA_VERSION;
|
||||||
if(dbversion != expectedversion)
|
if(dbversion != expectedversion)
|
||||||
{
|
{
|
||||||
qCritical() << QString("[%1] Error opening database: the database schema version is too old, yum need to run the migrations to update it from version %2 to version %3").arg(poolStr).arg(dbversion).arg(expectedversion);
|
qCritical() << QString("[%1] Error opening database: the database schema version is too old, you need to run the migrations to update it from version %2 to version %3").arg(poolStr).arg(dbversion).arg(expectedversion);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue