ido-pgsql: Bump schema version to 1.14.2

refs #13221
This commit is contained in:
Eric Lippmann 2016-11-17 12:43:05 +01:00 committed by Michael Friedrich
parent 69d3016bef
commit 27f7aa3d9d

View 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');