From d7952b987d76609e01aa2e65671ab242171efde8 Mon Sep 17 00:00:00 2001 From: Josef Rokos Date: Tue, 21 Mar 2017 21:17:16 +0100 Subject: [PATCH] Fixed bug in DB schema versioning. --- core/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/context.cpp b/core/context.cpp index 7b92ef3..bc72107 100644 --- a/core/context.cpp +++ b/core/context.cpp @@ -239,7 +239,7 @@ void Context::createSchema(IPlugin *plugin, const QSqlDatabase &db, const QMappluginId() + "', 1)"; }