From: Michael Friedrich Date: Fri, 17 Jun 2016 09:23:30 +0000 (+0200) Subject: DB IDO: Update schema version to 1.14.1 X-Git-Tag: v2.5.0~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a46706668362d331161caf1485d5e19574e9c5e;p=icinga2 DB IDO: Update schema version to 1.14.1 The least supported version is still 1.14.0 with the current changes. refs #10069 refs #11967 --- diff --git a/lib/db_ido/dbconnection.hpp b/lib/db_ido/dbconnection.hpp index 94b1af485..44c207c6f 100644 --- a/lib/db_ido/dbconnection.hpp +++ b/lib/db_ido/dbconnection.hpp @@ -29,7 +29,7 @@ #include #include -#define IDO_CURRENT_SCHEMA_VERSION "1.14.0" +#define IDO_CURRENT_SCHEMA_VERSION "1.14.1" #define IDO_COMPAT_SCHEMA_VERSION "1.14.0" namespace icinga