mirror of https://github.com/Icinga/icinga2.git
parent
1e0df43127
commit
0c0f53bc36
|
@ -1603,6 +1603,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.13.0', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.13.0', modify_time=NOW();
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.14.0', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.14.0', modify_time=NOW();
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- -----------------------------------------
|
||||
-- upgrade path for Icinga 2.3.0
|
||||
-- upgrade path for Icinga 2.4.0
|
||||
--
|
||||
-- -----------------------------------------
|
||||
-- Copyright (c) 2015 Icinga Development Team (http://www.icinga.org)
|
||||
|
|
|
@ -1633,5 +1633,5 @@ CREATE INDEX commenthistory_delete_idx ON icinga_commenthistory (instance_id, co
|
|||
-- set dbversion
|
||||
-- -----------------------------------------
|
||||
|
||||
SELECT updatedbversion('1.13.0');
|
||||
SELECT updatedbversion('1.14.0');
|
||||
|
||||
|
|
Loading…
Reference in New Issue