mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
0b9046a030
commit
bdb3f88b25
@ -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…
x
Reference in New Issue
Block a user