]> granicus.if.org Git - icinga2/commitdiff
DB IDO: Require schema version 1.13.0
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 12 Feb 2015 13:22:24 +0000 (14:22 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 12 Feb 2015 13:22:24 +0000 (14:22 +0100)
refs #8425

lib/db_ido_mysql/idomysqlconnection.cpp
lib/db_ido_pgsql/idopgsqlconnection.cpp

index 3e548f3b56e5a319c26a8dc9a570fda22e7c758c..ab22952771cd0629fc5c28d5f33d205655b68c81 100644 (file)
@@ -34,7 +34,7 @@
 
 using namespace icinga;
 
-#define SCHEMA_VERSION "1.12.0"
+#define SCHEMA_VERSION "1.13.0"
 
 REGISTER_TYPE(IdoMysqlConnection);
 REGISTER_STATSFUNCTION(IdoMysqlConnectionStats, &IdoMysqlConnection::StatsFunc);
index 5e9747a666127f2f9885989099cf06f2b6b4e630..955e07e1631c6ccc38ac31fd4376c3f3892fc8fd 100644 (file)
@@ -35,7 +35,7 @@
 
 using namespace icinga;
 
-#define SCHEMA_VERSION "1.12.0"
+#define SCHEMA_VERSION "1.13.0"
 
 REGISTER_TYPE(IdoPgsqlConnection);