DB IDO: Force users to upgrade the schema to avoid workaround fixes/missing indexes

This commit is contained in:
Michael Friedrich 2017-11-07 16:18:06 +01:00
parent e83ddbd8b2
commit e0e7f9ae6b
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.3"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.2"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.3"
namespace icinga
{