From e0e7f9ae6b7335e0c500ce9a5110f552605a7b4e Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 7 Nov 2017 16:18:06 +0100 Subject: [PATCH] DB IDO: Force users to upgrade the schema to avoid workaround fixes/missing indexes --- lib/db_ido/dbconnection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db_ido/dbconnection.hpp b/lib/db_ido/dbconnection.hpp index f26735f3a..2b1d77d6e 100644 --- a/lib/db_ido/dbconnection.hpp +++ b/lib/db_ido/dbconnection.hpp @@ -30,7 +30,7 @@ #include #define IDO_CURRENT_SCHEMA_VERSION "1.14.3" -#define IDO_COMPAT_SCHEMA_VERSION "1.14.2" +#define IDO_COMPAT_SCHEMA_VERSION "1.14.3" namespace icinga {