DB IDO: Fix missing schema bump to 1.11.7

refs #6827
refs #6203
This commit is contained in:
Michael Friedrich 2014-08-18 16:06:42 +02:00
parent 65bec9e904
commit accd83693c
2 changed files with 2 additions and 2 deletions

View File

@ -1601,6 +1601,6 @@ CREATE INDEX commenthistory_delete_idx ON icinga_commenthistory (instance_id, co
-- -----------------------------------------
-- set dbversion
-- -----------------------------------------
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.11.6', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.11.6', modify_time=NOW();
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.11.7', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.11.7', modify_time=NOW();

View File

@ -1630,5 +1630,5 @@ CREATE INDEX commenthistory_delete_idx ON icinga_commenthistory (instance_id, co
-- set dbversion
-- -----------------------------------------
SELECT updatedbversion('1.11.6');
SELECT updatedbversion('1.11.7');