]> granicus.if.org Git - icinga2/commitdiff
Add yet empty MySQL schema upgrade to IDO version 1.14.0
authorEric Lippmann <eric.lippmann@netways.de>
Thu, 9 Apr 2015 08:30:20 +0000 (10:30 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 4 May 2015 09:35:41 +0000 (11:35 +0200)
refs #9027

lib/db_ido_mysql/schema/upgrade/2.4.0.sql [new file with mode: 0644]

diff --git a/lib/db_ido_mysql/schema/upgrade/2.4.0.sql b/lib/db_ido_mysql/schema/upgrade/2.4.0.sql
new file mode 100644 (file)
index 0000000..7ebdedc
--- /dev/null
@@ -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();