From 4c6ccda09bfb3d85c797dd50ffd45a5c69e0667b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 27 Oct 2014 16:34:36 +0100 Subject: [PATCH] Work on bug/enhancement #95: rolling DB schema update. --- src/miscellaneous/databasefactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miscellaneous/databasefactory.cpp b/src/miscellaneous/databasefactory.cpp index dbf420336..59aef9068 100755 --- a/src/miscellaneous/databasefactory.cpp +++ b/src/miscellaneous/databasefactory.cpp @@ -294,7 +294,7 @@ QSqlDatabase DatabaseFactory::sqliteInitializeFileBasedDatabase(const QString &c APP_DB_SCHEMA_VERSION); } else { - qDebug("Database schema was updated from '%s' to '%s' successully.", + qDebug("Database schema was updated from '%s' to '%s' successully or it is already up to date.", qPrintable(installed_db_schema), APP_DB_SCHEMA_VERSION); }