From: Gunnar Beutner Date: Thu, 1 Oct 2015 15:13:33 +0000 (+0200) Subject: Update schema version in dbconnection.hpp X-Git-Tag: v2.4.0~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f98fd3e9a24997c6f121e09f707819d7866f3ca;p=icinga2 Update schema version in dbconnection.hpp refs #9286 --- diff --git a/lib/db_ido/dbconnection.hpp b/lib/db_ido/dbconnection.hpp index 4b725fed2..43d215ae7 100644 --- a/lib/db_ido/dbconnection.hpp +++ b/lib/db_ido/dbconnection.hpp @@ -29,8 +29,8 @@ #include #include -#define IDO_CURRENT_SCHEMA_VERSION "1.13.0" -#define IDO_COMPAT_SCHEMA_VERSION "1.12.0" +#define IDO_CURRENT_SCHEMA_VERSION "1.14.0" +#define IDO_COMPAT_SCHEMA_VERSION "1.14.0" namespace icinga {