mirror of https://github.com/Icinga/icinga2.git
DB IDO: Force users to upgrade the schema to avoid workaround fixes/missing indexes
This commit is contained in:
parent
e83ddbd8b2
commit
e0e7f9ae6b
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue