]> granicus.if.org Git - icinga2/commitdiff
DB IDO: Bump required schema to 1.11.3
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 6 Jun 2014 08:42:10 +0000 (10:42 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 6 Jun 2014 08:42:10 +0000 (10:42 +0200)
Fixes #6422

components/db_ido_mysql/idomysqlconnection.cpp
components/db_ido_pgsql/idopgsqlconnection.cpp

index 4f5671d39f79c35639226e32c58d45f23f7c344b..54955cb22f6f90d96e6eed894db92ab59f44ec57 100644 (file)
@@ -33,7 +33,7 @@
 
 using namespace icinga;
 
-#define SCHEMA_VERSION "1.11.0"
+#define SCHEMA_VERSION "1.11.3"
 
 REGISTER_TYPE(IdoMysqlConnection);
 REGISTER_STATSFUNCTION(IdoMysqlConnectionStats, &IdoMysqlConnection::StatsFunc);
index 126bb4647b3717f59295116cd7fc6eef0efd3cc3..9d21e74ef27bfb0e1b3fa9875121395efef19d79 100644 (file)
@@ -34,7 +34,7 @@
 
 using namespace icinga;
 
-#define SCHEMA_VERSION "1.11.0"
+#define SCHEMA_VERSION "1.11.3"
 
 REGISTER_TYPE(IdoPgsqlConnection);