Fix version number if schema/{mysql,pgsql}.sql

fixes #7397
This commit is contained in:
Gunnar Beutner 2014-10-17 09:56:43 +02:00
parent feeb550654
commit 716f4a5d62
2 changed files with 2 additions and 2 deletions

View File

@ -1602,6 +1602,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.7', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.11.7', modify_time=NOW();
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.11.8', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.11.8', modify_time=NOW();

View File

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