DB IDO: Require schema version 1.13.0

refs #8425
This commit is contained in:
Michael Friedrich 2015-02-12 14:22:24 +01:00
parent 37bf9d4819
commit 1c4501da19
2 changed files with 2 additions and 2 deletions

View 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);

View File

@ -35,7 +35,7 @@
using namespace icinga;
#define SCHEMA_VERSION "1.12.0"
#define SCHEMA_VERSION "1.13.0"
REGISTER_TYPE(IdoPgsqlConnection);