mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
parent
4ae98c50ab
commit
8a21b4af2f
14
lib/db_ido_mysql/schema/upgrade/2.6.0.sql
Normal file
14
lib/db_ido_mysql/schema/upgrade/2.6.0.sql
Normal file
@ -0,0 +1,14 @@
|
||||
-- -----------------------------------------
|
||||
-- upgrade path for Icinga 2.6.0
|
||||
--
|
||||
-- -----------------------------------------
|
||||
-- Copyright (c) 2016 Icinga Development Team (http://www.icinga.org)
|
||||
--
|
||||
-- Please check http://docs.icinga.org for upgrading information!
|
||||
-- -----------------------------------------
|
||||
|
||||
-- -----------------------------------------
|
||||
-- set dbversion
|
||||
-- -----------------------------------------
|
||||
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