mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-18 00:26:01 -04:00
parent
0b9046a030
commit
bdb3f88b25
1 changed files with 2 additions and 1 deletions
|
|
@ -1684,6 +1684,7 @@ CREATE INDEX idx_host_contacts_host_id on icinga_host_contacts(host_id);
|
|||
-- -----------------------------------------
|
||||
-- set dbversion
|
||||
-- -----------------------------------------
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.14.1', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.14.1', modify_time=NOW();
|
||||
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.14.2', NOW(), NOW())
|
||||
ON DUPLICATE KEY UPDATE version='1.14.2', modify_time=NOW();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue