DB IDO: Bump schema version to 1.14.2

fixes #10502
fixes #13221
This commit is contained in:
Michael Friedrich 2016-11-18 11:39:14 +01:00
parent e4a95647bb
commit 1679488e8e
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
#include <boost/thread/once.hpp>
#include <boost/thread/mutex.hpp>
#define IDO_CURRENT_SCHEMA_VERSION "1.14.1"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.1"
#define IDO_CURRENT_SCHEMA_VERSION "1.14.2"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.2"
namespace icinga
{