mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
fe3eba801a
commit
1e0df43127
14
lib/db_ido_mysql/schema/upgrade/2.4.0.sql
Normal file
14
lib/db_ido_mysql/schema/upgrade/2.4.0.sql
Normal file
@ -0,0 +1,14 @@
|
||||
-- -----------------------------------------
|
||||
-- upgrade path for Icinga 2.3.0
|
||||
--
|
||||
-- -----------------------------------------
|
||||
-- Copyright (c) 2015 Icinga Development Team (http://www.icinga.org)
|
||||
--
|
||||
-- Please check http://docs.icinga.org for upgrading information!
|
||||
-- -----------------------------------------
|
||||
|
||||
-- -----------------------------------------
|
||||
-- update dbversion
|
||||
-- -----------------------------------------
|
||||
|
||||
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();
|
Loading…
x
Reference in New Issue
Block a user