]> granicus.if.org Git - icinga2/commitdiff
ido-pgsql: Add yet empty v2.6.0 schema upgrade script
authorEric Lippmann <eric.lippmann@netways.de>
Thu, 17 Nov 2016 11:10:13 +0000 (12:10 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 18 Nov 2016 10:11:50 +0000 (11:11 +0100)
refs #10502

lib/db_ido_pgsql/schema/upgrade/2.6.0.sql [new file with mode: 0644]

diff --git a/lib/db_ido_pgsql/schema/upgrade/2.6.0.sql b/lib/db_ido_pgsql/schema/upgrade/2.6.0.sql
new file mode 100644 (file)
index 0000000..3f2dba6
--- /dev/null
@@ -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
+-- -----------------------------------------
+
+SELECT updatedbversion('1.14.2');