mirror of https://github.com/Icinga/icinga2.git
Fix IDO MySQL schema version
... to match the latest upgrade script.
This commit is contained in:
parent
5af40fa533
commit
815533b334
|
@ -1660,7 +1660,7 @@ CREATE INDEX idx_comments_remove ON icinga_comments (object_id, entry_time);
|
|||
-- -----------------------------------------
|
||||
-- set dbversion
|
||||
-- -----------------------------------------
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.15.0', NOW(), NOW())
|
||||
ON DUPLICATE KEY UPDATE version='1.15.0', modify_time=NOW();
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.15.1', NOW(), NOW())
|
||||
ON DUPLICATE KEY UPDATE version='1.15.1', modify_time=NOW();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue