Require DB IDO v1.14.1 for 2.5.0

fixes #11967
This commit is contained in:
Michael Friedrich 2016-07-07 12:27:56 +02:00
parent 5c4a833116
commit 124c80beab
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <boost/thread/mutex.hpp>
#define IDO_CURRENT_SCHEMA_VERSION "1.14.1"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.0"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.1"
namespace icinga
{