]> granicus.if.org Git - icinga2/commitdiff
ido-pgsql: Bump schema version to 1.14.2
authorEric Lippmann <eric.lippmann@netways.de>
Thu, 17 Nov 2016 11:43:05 +0000 (12:43 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 18 Nov 2016 10:11:50 +0000 (11:11 +0100)
refs #13221

lib/db_ido_pgsql/schema/pgsql.sql

index e082ae3b5b9631c1dbb32c7ff62a21ff7136b45e..2598bc3d4db8f805ebd7e8a5127e694597cac8a7 100644 (file)
@@ -1725,5 +1725,5 @@ CREATE INDEX idx_host_contacts_host_id on icinga_host_contacts(host_id);
 -- set dbversion
 -- -----------------------------------------
 
-SELECT updatedbversion('1.14.1');
+SELECT updatedbversion('1.14.2');